CaMykS
1.0-20231201
|
Public Member Functions | |
__construct ($path_type) | |
initialise ($n='', $fln='', $fli=array(), $eln='', $eli=array(), &$f=null, $fin=null, $fis=',') | |
Public Member Functions inherited from Input | |
__construct ($name, $path_type) | |
Input ($name, $path_type) | |
initialise ($params=array()) | |
display () | |
get_translation ($value, $data=null) | |
set_selectedLayout ($layout='') | |
Public Member Functions inherited from Plugin | |
__construct ($name, $plugin_type, $path_type) | |
get_version () | |
load_library ($library='') | |
load_file ($file='') | |
load_varFile ($file='') | |
load_engineFile ($file='') | |
get_engineFileURL ($file='', $path=false) | |
get_fileURL ($file='', $path=null, $default='') | |
get_varFileURL ($file='', $path=false, $default='') | |
get_filePath ($file='') | |
get_varFilePath ($file='') | |
add_JSFile ($file) | |
add_JSEngineFile ($file) | |
add_JSExternFile ($file) | |
add_JSScript ($script, $unique=false) | |
add_JSPreScript ($script, $unique=false) | |
add_JSWindowEventScript ($event, $script, $unique=false) | |
add_JSLoadScript ($script, $unique=false) | |
add_JSUnloadScript ($script, $unique=false) | |
add_styleFile ($file, $media='', $condition='') | |
add_styleScript ($css) | |
add_styleIncludedFile ($file) | |
add_StyleExternFile ($file, $media='', $condition='') | |
set_RSSFeed ($title, $url) | |
add_headerExtra ($content='') | |
install () | |
uninstall () | |
is_installed () | |
update ($version, $more='') | |
add_translation ($more='', $lg=null) | |
get_languages () | |
execute_onCaMykSInitialise () | |
execute_onCaMykSPageLoad () | |
execute_onCaMykSBodyOpen () | |
execute_onCaMykSBodyClose () | |
execute_onCaMykSAdminPageLoad () | |
execute_onCaMykSAdminBodyOpen () | |
execute_onCaMykSAdminBodyClose () | |
execute_onCaMykSTerminate () | |
get_requestLink ($params=array()) | |
get_requestJSLink ($params=array()) | |
execute_request () | |
get_varFile ($file) | |
Protected Attributes | |
$objectName | |
HTML object main name. More... | |
$fullListName | |
HTML object full list name. More... | |
$fullListItems | |
HTML object full list items. More... | |
$editListName | |
HTML object edit list name. More... | |
$editListItems | |
HTML object edit list items. More... | |
$form | |
HTML form name. More... | |
$formItemName | |
HTML form item name. More... | |
$formItemSep | |
HTML form item separator. More... | |
QuickItemList Input class.
QuickItemList::__construct | ( | $path_type | ) |
Class constructor.
string | $path_type |
QuickItemList::initialise | ( | $n = '' , |
|
$fln = '' , |
|||
$fli = array() , |
|||
$eln = '' , |
|||
$eli = array() , |
|||
& | $f = null , |
||
$fin = null , |
|||
$fis = ',' |
|||
) |
Initialise input.
string | $n | the object name |
string | $fln | the full list name |
array | $fli | the full list items |
string | $eln | the edited list name |
array | $eli | the edited list items |
string | $f | the form name |
string | $fin | the form item |
string | $fis | the form item separator value |
|
protected |
HTML object main name.
var string $objectName
|
protected |
HTML object full list name.
var string $fullListName
|
protected |
HTML object full list items.
var array $fullListItems
|
protected |
HTML object edit list name.
var string $editListName
|
protected |
HTML object edit list items.
var string $editListItems
|
protected |
HTML form name.
var string $form
|
protected |
HTML form item name.
var string $formItemName
|
protected |
HTML form item separator.
var string $formItemSep