Search completed in 0.92 seconds.
7 results for "Groupboxes":
Groupboxes - Archive of obsolete content
ArchiveMozillaXULTutorialGroupboxes
« previousnext » this section describes a way to include elements into groups groupboxes the groupbox element is used to group related xul elements together, much like the html fieldset element is used to group html elements.
...however, there are several differences between groupboxes and regular boxes: the groupbox can be labeled using the caption element.
...groupboxes are box elements, so you can use the box attributes, such as orient and flex.
XUL accessibility guidelines - Archive of obsolete content
ArchiveMozillaXULXUL accessibility guidelines
for example, under the privacy section of preferences there are three groupboxes captioned: history, cookies, and private data.
... groupboxes are essential for radiogroups or groups of checkboxes with a similar theme (e.g.
...if you find nested groupboxes visually unappealing, use css to hide the border of the inner groupbox so that it can remain in the code to benefit users of assistive technologies.
Adding windows and dialogs - Archive of obsolete content
ArchiveAdd-onsOverlay ExtensionsXUL SchoolAdding windows and dialogs
groupboxes the groupbox element should be easy to understand: it groups a series of xul controls together.
Handling Preferences - Archive of obsolete content
ArchiveAdd-onsOverlay ExtensionsXUL SchoolHandling Preferences
finally, groupboxes are a good idea to organize the contents of the window and preference panes.
Index - Archive of obsolete content
ArchiveIndex
1762 groupboxes tutorials, xul, xul_tutorial this section describes a way to include elements into groups 1763 input controls tutorials, xul, xul_tutorial xul has elements that are similar to the html form controls.
Index - Archive of obsolete content
ArchiveMozillaXULIndex
1031 groupboxes tutorials, xul, xul_tutorial this section describes a way to include elements into groups 1032 input controls tutorials, xul, xul_tutorial xul has elements that are similar to the html form controls.
XUL Tutorial - Archive of obsolete content
ArchiveMozillaXULTutorial
introduction introduction xul structure the chrome url manifest files simple elements creating a window adding buttons adding labels and images input controls numeric controls list controls progress meters adding html elements using spacers more button features the box model the box model element positioning box model details groupboxes adding more elements more layout elements stacks and decks stack positioning tabboxes grids content panels splitters toolbars and menus toolbars simple menu bars more menu features popup menus scrolling menus events and scripts adding event handlers more event handlers keyboard shortcuts focus and selection commands updating commands broadcasters and observers doc...