ILIAS  trunk Revision v11.0_alpha-2638-g80c1d007f79
ILIAS\UI\Component\JavaScriptBindable Interface Reference

Interface to be extended by components that have the possibility to bind to Javascript. More...

+ Inheritance diagram for ILIAS\UI\Component\JavaScriptBindable:
+ Collaboration diagram for ILIAS\UI\Component\JavaScriptBindable:

Public Member Functions

 withOnLoadCode (Closure $binder)
 
 withAdditionalOnLoadCode (Closure $binder)
 Add some onload-code to the component instead of replacing the existing one. More...
 
 getOnLoadCode ()
 Get the currently bound on load code. More...
 
- Public Member Functions inherited from ILIAS\UI\Component\Component
 getCanonicalName ()
 Get the canonical name of the component. More...
 
 reduceWith (\Closure $fn)
 The scheme starts at the leaves of the structure and applies the function to each leave and moves up the tree recursively. More...
 

Detailed Description

Interface to be extended by components that have the possibility to bind to Javascript.

Definition at line 28 of file JavaScriptBindable.php.

Member Function Documentation

◆ getOnLoadCode()

◆ withAdditionalOnLoadCode()

◆ withOnLoadCode()

ILIAS\UI\Component\JavaScriptBindable::withOnLoadCode ( Closure  $binder)

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