Personal tools
You are here: Home cmgui Wiki Hayley's Notes
Views

Hayley's Notes

last edited 1 year ago by hrey004

Brief notes detailing what I've learnt while creating a user interface with mozCmgui.

mozCmgui applications require 3 different types of files:

1/ XUL file - for the layout of the (web)page, contains code that will specify how the page is laid out, different buttons & widgets can be created and linked to the JS file to carry out specific tasks.

NB. XUL = Mozilla's XML User Interface Language Tutorials about XUL can be found at: http://xulplanet.com

2/ JS (javascript) file - contains functions to operate on the cmgui window.

3/ Cmgui files - exnode / exelem files to read into the cmgui window.

Renumbering backend nodes & elements

Contributing to this site

Please add to the wiki any relevant information that you think might be useful to other users of this website. For example, you might like to contribute your experiences, questions and answers.

You are encouraged to contribute to this site regardless of your level of experience. Contributions are welcomed from new and regular visitors.

If you ask a question and receive an answer from a developer you should record it in the wiki. This information is extremely useful and can help other users overcome the same problem.

See how to add and edit pages for more information.