Difference between revisions of "Working with UI Page Libraries"

From Lianjapedia
Jump to: navigation, search
(Created page with "''Under Construction'' See [https://www.lianja.com/resources/blog/39-coding-tips/347-working-with-ui-page-libraries article here] =Overview= In Lianja App Builder, Pages can...")
(No difference)

Revision as of 12:53, 8 December 2017

Under Construction

See article here

Overview

In Lianja App Builder, Pages can be saved in a Visual Page Library as reusable UI Page components.

This provides developers with the ability to lay out pages in the Pages Workspace (with all of the power and functionality fo related sections) and reuse these pages in component gadgets and pop up dialogs.

Saving to the UI Page Library

Headerbar Toolbutton: Save in the Page Library

Page Attribute

Attribute Description Name Type
Autosave in Page Library Always save this page to the UI Page Library when an App is saved. alwaysSaveInPageLibrary Boolean

Custom Event Delegates

For UI Pages with Custom Event Delegates, see forum post here

Using UI Page Library Files

showDialog

Lianja.showDialog() method


showDialogPanel

Lianja.showDialogPanel() method


Component Gadgets

Component Gadget Attributes

Attribute Description Name Type
Custom UI component Specify a custom UI component from the UI Page Library to embed into this gadget customComponent Character