can i draw a graph ,such as y=sin(x) in xul ??
can i get some codes about it ?
for example:Adding menus and submenus
can i get some codes about it ?
for example:Adding menus and submenus
Code:
<toolbox>
<menubar id="xulschoolhello-menubar">
<menu id="xulschoolhello-greeting-menu" label="&xulschoolhello.greeting.label;">
<menupopup>
<menuitem label="&xulschoolhello.greet.short.label;"
oncommand="XULSchoolChrome.GreetingDialog.greetingShort(event);" />
<menuitem label="&xulschoolhello.greet.medium.label;"
oncommand="XULSchoolChrome.GreetingDialog.greetingMedium(event);" />
<menuitem label="&xulschoolhello.greet.long.label;"
oncommand="XULSchoolChrome.GreetingDialog.greetingLong(event);" />
<menuseparator />
<menuitem label="&xulschoolhello.greet.custom.label;"
oncommand="XULSchoolChrome.GreetingDialog.greetingCustom(event);" />
</menupopup>
</menu>
</menubar>
</toolbox>