| Main | Install | End-user | Designer | Developer | Localization | |
Alternative version of widget editorExample can be found in demo project?, file BlockImageLinkEditorAlt.mxml
Alternative editor?Alternative editor have the same interface (using functions setXML и getXML). But they are already defined in FZCanvasEditorTemplate parent component. How it works&
Instead of setXML и getXML definition, where we serialize/deserialize component properties from XML, there we have FZCanvasEditorTemplate. This component do it instead of us. We must do it by override initializeRelations function.
Example:
This kind of editors identical to classic (BlockImageLinkEditor.mxml), but have a more compact code. |
Developer guideOverview API Lessons
|