|
|||
|
Hello everybody,
I have a question about radio buttons in a .ini file. I have simple form elements like this in a .ini file, all working fine Code:
users.elements.globalAdmin.type = "checkbox" users.elements.globalAdmin.options.required = true users.elements.globalAdmin.options.validators.strlen.validator = "StringLength" users.elements.globalAdmin.options.validators.strlen.options.min = "0" users.elements.globalAdmin.options.validators.strlen.options.max = "3" thanks, --Roberto |
|
|||
|
this is a example of my program."1" and "2" are values.
I am also finding the specs of .ini file, but not found. PHP Code:
Quote:
|
![]() |
| Thread Tools | |
| Display Modes | |
|
|