Difference between revisions of "User Interface"
Line 13: | Line 13: | ||
'''<nowiki>https://<name server>/<URLKey>/<subdirectory name></nowiki>''' | '''<nowiki>https://<name server>/<URLKey>/<subdirectory name></nowiki>''' | ||
− | To create or edit a project there are two methods: visually, through the [[Project Editor]] or by manually editing the project's source code, the | + | To create or edit a project there are two methods: visually, through the [[Project Editor]] or by manually editing the project's source code, the index.hsm file. |
== Syntax == | == Syntax == | ||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
When errors are detected, the page is not served to the Web browser. | When errors are detected, the page is not served to the Web browser. | ||
File parsing stops at the first error, so only the first line with errors is reported in the log file. | File parsing stops at the first error, so only the first line with errors is reported in the log file. | ||
Line 31: | Line 25: | ||
{{note|Some objects support a variant called '''identified version''' to allow the '''!id''' dynamic modification of the text, visibility, color several other attributes with the uiSet() Java method or the UISET action.}} | {{note|Some objects support a variant called '''identified version''' to allow the '''!id''' dynamic modification of the text, visibility, color several other attributes with the uiSet() Java method or the UISET action.}} | ||
− | |||
− | |||
− | |||
− |
Revision as of 16:11, 7 March 2014
HSYCO allows the interaction with the system through a custom user interface. We can identify three entities:
A project is defined by a subdirectory inside www that contains an index.hsm file.
Whenever HSYCO detects any change to the files in www and in its subdirectories, it forces the reload of all the projects on the connected browsers.
For each sub-directory in www in which the file index.hsm exists, you can access the page with the following URL:
https://<name server>/<URLKey>/<subdirectory name>
To create or edit a project there are two methods: visually, through the Project Editor or by manually editing the project's source code, the index.hsm file.
Syntax
When errors are detected, the page is not served to the Web browser. File parsing stops at the first error, so only the first line with errors is reported in the log file. Each type of graphic object could require one or more parameters, separated by the “;” character. Empty lines or blank spaces are ignored.
You can insert comment lines, which are ignored. A comment line starts with the “#” character at the beginning of the line.