|
ultimix
|
Public Member Functions | |
| __construct () | |
| pre_generation ($Options) | |
| selection_dialog ($FilePath, $EntityName, $Str, &$Changed) | |
| view ($Options) | |
Data Fields | |
| $CachedMultyFS = false | |
| $PageCSS = false | |
| $PageJS = false | |
| $Settings = false | |
| $String = false | |
Class loads java script libraries.
Definition at line 26 of file jsdialogs.php.
| __construct | ( | ) |
Constructor.
| Exception | - An exception of this type is thrown. |
Definition at line 58 of file jsdialogs.php.
| pre_generation | ( | $Options | ) |
Function executes before any page generating actions took place.
| $Options | - Settings. |
| Exception | - An exception of this type is thrown. |
Definition at line 92 of file jsdialogs.php.
| selection_dialog | ( | $FilePath, | |
| $EntityName, | |||
| $Str, | |||
| & | $Changed | ||
| ) |
Function creates record selection dialog.
| $FilePath | - Path to the package. |
| $EntityName | - Name of the entity. |
| $Str | - Processing string. |
| $Changed | - true if any of the page's elements was compiled. |
| Exception | - An exception of this type is thrown. |
Definition at line 185 of file jsdialogs.php.
| view | ( | $Options | ) |
View for the scripting library.
| $Options | - not used. |
| Exception | - An exception of this type is thrown. |
Definition at line 230 of file jsdialogs.php.
| $CachedMultyFS = false |
Cached packages.
Definition at line 38 of file jsdialogs.php.
| $PageCSS = false |
Definition at line 39 of file jsdialogs.php.
| $PageJS = false |
Definition at line 40 of file jsdialogs.php.
| $Settings = false |
Definition at line 41 of file jsdialogs.php.
| $String = false |
Definition at line 42 of file jsdialogs.php.