Skip to content

ActionScript library to convert Visual Editor XML file to PrimeFaces XHTML. This library is used by XHTMLConverterCLI and Moonshine IDE.

License

Notifications You must be signed in to change notification settings

Moonshine-IDE/VisualEditorConverterLib

Repository files navigation

Installation

Prerequisites

Visual Editor is built with Apache Flex® SDK 4.16.1, using Adobe AIR and Flash Player 28.0.

VisualEditorConverterLib swc library

  1. Download and install Apache Ant®
  2. Setup environment variable FLEX_HOME or add path to the Apache Flex SDK in build.xml -> here
  3. If you would like to have debuggable swc please set IsDebug variable to true
  4. Run in command line ant

Note that VisualEditorConverterLib swc will be copied automatically to libs folder of MockupVisualEditor if that folder is placed in ../MockupVisualEditor/libs.

Domino & Royale Geberated code introduce

1. issue reference

Royale: Moonshine-IDE/Moonshine-IDE#675

Domino: Moonshine-IDE/Moonshine-IDE#646

2. branch

Royale:https://github.com/Moonshine-IDE/Moonshine-IDE/tree/features/issue_675_royale_generate_domino_visual_editor

Domino:https://github.com/Moonshine-IDE/Moonshine-IDE/tree/features/issue_646_ve_notes_domino_support_fresh

3. main entery point and how to trigger

Domino : According to the design structure of moonshine ide.When user work with Visual Editors and clciks the "save" action or click the "code' tab from the Visual Editor,it will trigger the Domino convert.

  • getMxmlCode(),

    getMxmlCode() method will identify projects and files, and perform domino conversions based on project and file types.

Royale : According to the requirements, the Royale project will be generated from the opened Domino Visual project, therefore, the user will click "Project->Generate Apache Royale Project" in the menu to generate a new Royale project.

About

ActionScript library to convert Visual Editor XML file to PrimeFaces XHTML. This library is used by XHTMLConverterCLI and Moonshine IDE.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published