home *** CD-ROM | disk | FTP | other *** search
- ////////////////////////
- // FontChoice
- // by Charles Lloyd
- ////////////////////////
-
- ChoiceForm: WOForm {
- action = displayChoice;
- };
-
- FontChoiceMatrix: FontChoice {
- matrixName = "FontChoice1";
- selectedItem = fontChoice;
- };
-
- FontChoiceString: WOString {
- value = fontChoice;
- };
-
- ShowSourceControls: ShowSource {
- componentName = "FontChoice";
- };
-
- ComponentDescription: ComponentDescription {
- componentName = "FontChoice";
- };
-
- RCBody: WOGenericContainer {
- elementName = "body";
- bgcolor = WOApp.globalBackgroundColor;
- };