_inlineHtmlAttribute()
_inlineHtmlAttribute( name, value) :
Build a string for insertion of an HTML tag attribute.
Ensures that the attribute value is never empty (incorrect syntax)
Parameters
name | ||
value | Default is '' |
goBack() :
print form footer with cancel/goBack field. Not recommended to use this.
See: https://sourceforge.net/p/wikindx/v4-feature-requests/32/
selectFBox( label, name, mixed||string|int array, size = 3, override = FALSE, js) :
create select boxes for HTML forms
First OPTION is always SELECTED optional $override allows the programmer to override the user set preferences for character limiting in select boxes
label | ||
name | ||
mixed||string|int | array | |
size | Default is 3 |
|
override | Default is FALSE |
|
js | Default is '' |
selectedBox( label, name, mixed||string|int array, select, size = 3, override = FALSE, js) :
create select boxes for HTML forms
'selected value' is set SELECTED optional $override allows the programmer to override the user set preferences for character limiting in select boxes
label | ||
name | ||
mixed||string|int | array | |
select | ||
size | Default is 3 |
|
override | Default is FALSE |
|
js | Default is '' |
selectFBoxValue( label, name, mixed||string|int array, size = 3, override = FALSE, js) :
create select boxes for HTML forms
First entry is default selection. OPTION VALUE is set so expects assoc. array where key holds this value optional $override allows the programmer to override the user set preferences for character limiting in select boxes
label | ||
name | ||
mixed||string|int | array | |
size | Default is 3 |
|
override | Default is FALSE |
|
js | Default is '' |
selectedBoxValue( label, name, mixed||string|int array, select, size = 3, override = FALSE, js) :
create select boxes for HTML forms
$select is default selection. OPTION VALUE is set so expects assoc. array where key holds this value optional $override allows the programmer to override the user set preferences for character limiting in select boxes
label | ||
name | ||
mixed||string|int | array | |
select | ||
size | Default is 3 |
|
override | Default is FALSE |
|
js | Default is '' |
selectFBoxValueMultiple( label, name, mixed||string|int array, size = 3, override = FALSE, js) :
create select boxes for HTML forms
First entry is default selection. OPTION VALUE is set so expects assoc. array where key holds this value. MULTIPLE values may be selected optional $override allows the programmer to override the user set preferences for character limiting in select boxes
label | ||
name | ||
mixed||string|int | array | |
size | Default is 3 |
|
override | Default is FALSE |
|
js | Default is '' |
selectedBoxValueMultiple( label, name, mixed||string|int array, mixed||string|int values, size = 3, override = FALSE, js) :
create select boxes for HTML forms
OPTION VALUE is set so expects assoc. array where key holds this value. MULTIPLE values may be selected optional $override allows the programmer to override the user set preferences for character limiting in select boxes
label | ||
name | ||
mixed||string|int | array | |
mixed||string|int | values | |
size | Default is 3 |
|
override | Default is FALSE |
|
js | Default is '' |