December 2018
Beginner to intermediate
490 pages
10h 38m
English
Breaking up your application into smaller, self-contained components is always a good development practice because it makes the code reusable and easier to maintain. The PixieApp framework provides two ways to create and run reusable components:
pd_app attributeUsing the pd_app attribute, you can dynamically invoke another PixieApp (we'll call it child PixieApp from here on) by its fully qualified class name. The output of the child PixieApp is placed in the host HTML element (usually a div element) or in a dialog by using the runInDialog=true option. You can also initialize the child PixieApp using the pd_options ...
Read now
Unlock full access