Memento JavaScript UI: Difference between revisions

No edit summary
Line 11: Line 11:
=== Notes ===
=== Notes ===


A script must return one UI object.
* A script must return one UI object.
If you want to display multiple UI objects, you can use a layout object, which can hold multiple objects.
* If you want to display multiple UI objects, you can use a layout object, which can hold multiple objects.
 
Example usage of a layout object:
Example usage of a layout object:
<source lang="javascript">
<source lang="javascript">