phpMv -UI toolkit 2.4.12
jQuery, jQuery UI, Twitter Bootstrap and Semantic-UI library for php & php MVC Frameworks
Loading...
Searching...
No Matches
Popup Class Reference
+ Inheritance diagram for Popup:

Public Member Functions

 __construct (JsUtils $js)
 
 setOn ($value="click")
 
 setOnShow ($jsCode)
 This event fires immediately when the show instance method is called.
 
 setExclusive ($value)
 
 setPopup ($popup)
 Defines the css selector of the displayed popup.
 
 setInline ($value)
 
 setPosition ($value)
 
 setSetFluidWidth ($value)
 
- Public Member Functions inherited from SimpleSemExtComponent
 getScript ()
 
 setParamParts ($paramParts)
 
 addComponentEvent ($event, $jsCode)
 
 setJs (JsUtils $js)
 
- Public Member Functions inherited from SimpleExtComponent
 addEvent ($event, $jsCode)
 
 addCode ($jsCode)
 
- Public Member Functions inherited from SimpleComponent
 attach ($identifier)
 
 on ($event, $jsCode)
 
 getAttachTo ()
 
 getItemSelector ()
 
 setItemSelector ($itemSelector)
 
- Public Member Functions inherited from BaseComponent
 setParam ($key, $value)
 
 getParam ($key)
 
 getParams ()
 
 compile (JsUtils $js=NULL)
 
 setParams ($params)
 
 addParams ($params)
 
 setDebug ($value)
 
 setVerbose ($value)
 

Additional Inherited Members

- Data Fields inherited from BaseComponent
 $jquery_code_for_compile =array ()
 
- Protected Member Functions inherited from SimpleSemExtComponent
 addBehavior ($name)
 
 generateParamParts ()
 
- Protected Member Functions inherited from SimpleExtComponent
 compileJsCodes ()
 
- Protected Member Functions inherited from SimpleComponent
 compileEvents ()
 
 _createSelector ($itemSelector, $selector)
 
 compileJQueryCode ()
 
 setParamCtrl ($key, $value, $typeCtrl)
 
- Protected Member Functions inherited from BaseComponent
 getParamsAsJSON ($params)
 
- Protected Attributes inherited from SimpleSemExtComponent
 $paramParts
 
- Protected Attributes inherited from SimpleExtComponent
 $events =array ()
 
 $jsCodes =array ()
 
- Protected Attributes inherited from SimpleComponent
 $attachTo
 
 $itemSelector
 
 $uiName
 
 $events
 
- Protected Attributes inherited from BaseComponent
 $params =array ()
 
 $js
 

Detailed Description

Definition at line 7 of file Popup.php.

Constructor & Destructor Documentation

◆ __construct()

__construct ( JsUtils  $js)

Reimplemented from SimpleSemExtComponent.

Definition at line 9 of file Popup.php.

Member Function Documentation

◆ setExclusive()

setExclusive (   $value)

Definition at line 33 of file Popup.php.

◆ setInline()

setInline (   $value)

Definition at line 46 of file Popup.php.

◆ setOn()

setOn (   $value = "click")
Parameters
string$valuedefault : click
Returns
$this

Definition at line 19 of file Popup.php.

◆ setOnShow()

setOnShow (   $jsCode)

This event fires immediately when the show instance method is called.

Parameters
string$jsCode
Returns
$this

Definition at line 28 of file Popup.php.

◆ setPopup()

setPopup (   $popup)

Defines the css selector of the displayed popup.

Parameters
string$popupthe css selector of the popup
Returns
\Ajax\semantic\components\Popup

Definition at line 42 of file Popup.php.

◆ setPosition()

setPosition (   $value)

Definition at line 50 of file Popup.php.

◆ setSetFluidWidth()

setSetFluidWidth (   $value)

Definition at line 54 of file Popup.php.


The documentation for this class was generated from the following file: