Page-related things
Last updated
Last updated
The core idea of a Page
is just a Vertical List of widget Items, in which you throw your modular widgets of any kind, and those just spread horizontally there.
Most important for your page, somewhere on Pre-Construct
or Construct
you must run crucial function - Make Page Options Array
. If not run - all the Options present in such a Page
will not be filled in the All Page Options
array variable. You've already done it in the previous Section:
Those three buttons: Apply
, Cancel
and to Defaults
have quite an identical and simple functionality if you'll peek inside PageBase
. But keep in mind that half of that mechanics is located inside each Modular Option:
Also do not forget to cap initialization stage of your Page
with Apply All Selected Options (Event-free)
.