Skip to content

florinrm/FLASH-MAS-Interface-Generator

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

45 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

FLASH-MAS Interface Generator

Generator for a HTML language, following instructions given by user.

Example for page building input (YAML file):

platformType: html
node:
  name: root
  children:
    - name: child1
      type: button
      children: []
    - name: button2
      type: button
      children: []
    - name: child2
      children:
        - name: button1
          type: button
          text: press it
        - name: button2
          type: button
        - name: button3
          type: button
    - name: child3
      children:
        - name: button1
          type: button
        - name: button2
          type: button

A node (an element) is characterized by:

  • name
  • type
  • list of child elements (if it has children, then it's a block, otherwise it's an simple element - e.g. button)

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published