Project

Explains project creation and environment settings.

Creating Project

Project Setting

Utilize eXBuilder6 Templates

You can easily create screens with the same configuration using templates.

Create and use templates

Here's how to use the template.

  1. Create an eXBuilder6 file to be used as a template in the eXBuilder6 project > templates folder.
    Create template file
  2. Select the New eXBuilder6 File item from the source folder context menu.
    Create a new clx file
  3. Choose the template you want to use.
    Choose a template to use
  4. This is the screen using the template.
    Apply template

HTML5 app export

Supports HTML export so that it can be used independently in a web server environment.

  1. Select the eXBuilder6 project and select [Export] from the context menu or File > Export from the global menu.
    • Project's context menu
      Select [Export] from the context menu
    • Global Menu
      Select File > Export from the global menu
  2. In the export dialog box, select eXBuilder6 > HTML5 Application and click the [Next] button.
    Export Dialog
  3. Set the publishing path in HTML5 application export.
    Set up publication path
  4. Set the index page in HTML5 application export.
    Set up startup app files
    export options
    Name Description
    Export as single page app Combines individual pages into one export.
    Using multilingual compilers Use multilingual built in project.
    Source obfuscation Obfuscate the scripts written on the page and the scripts on the page.
  5. After completing the settings, click the [Finish] button to create the following HTML files in the publishing path..
    Created HTML file