Class TestImageBrowser
QForm is one of the most important parts of QCubed - it is what ultimately creates the web page
QForm is based on QFormBase class and is supposed to be used against QForm. The reason for such recommendation is - QFormBase is a lengthy, confusing and very important file. If you want to modify any behavior or QFormBase, please override the corresponding method here. If you want to add a new feature, add it as a method in this class.
- QBaseClass
- QFormBase
- QForm
- TestImageBrowser
Package: Controls
Author: Qcubed
Located at assets/php/examples/image_browser/test_image_browser.php
Author: Qcubed
Located at assets/php/examples/image_browser/test_image_browser.php
protected
|
#
Form_Create( )
To contain the code to initialize the QForm on the first call. Once the QForm is created, the state is saved and is reused by the Run method. In short - this function will run only once (the first time the QForm is to be created) (In case it is to be used, it should be overriden by a child class) |
OverrideAttributes(),
__call()
|
FormStatusRenderBegun,
FormStatusRenderEnded,
FormStatusUnrendered
|
protected
|
$imbBrowser
|
$EncryptionKey,
$FormStateHandler,
$strIgnoreJavaScriptFileArray,
$strIgnoreStyleSheetFileArray
|
$CallType,
$CssClass,
$DefaultWaitIcon,
$FormId,
$FormStatus,
$HtmlIncludeFilePath
|