CustomPageEditor
Widget which allows to modify, on machine monitor, some graphical areas, displayed by CustomPageRuntime. Please have a look at chapter “Custom pages at runtime”.Although it’s possible to drop this widget on whatever page, it can be convenient to link this component to the CustomPageRuntime ones, by filling their property “editorPage”. This way, by double-clicking over CustomPageRuntime widgets, the page with the editor will be recalled automatically, allowing to modify the custom page associated. At modification end the page will switch back to the previous one, immediately displaying the modified custom page.Available properties are:
- background: graphical area background.
- defaultBackground: default background for new widgets dropped inside the area.
- defaultForeground: default foreground for new widgets dropped inside the area.
- onlyCustomImages: tells the system to use, during editing, only the images located inside the path /ata0a/export, which load is in charge of the end user. If false, all GF_ProjectVX pages images, present in the application, will be available too.
- systemPages: list of protected pages name. They are pages which it’s needed to grant they’ll be always available (for example they could be the first pages displayed inside CustomPageRuntime widgets, property firstCustomPage). The end user won’t be allowed to delete or rename them.