Home
Categories
Dictionary
Download
Project Details
Changes Log
Who We Are
FAQ
License

StyleSets configuration


    1  Grammar
    2  Structure
    3  Example
    4  See also

The Look and Feel XML StyleSets configuration allows to set names for widgets StyleSets and MapItems ItemStyles to be able to use these names in the Editor, in the Client or in the Server. This configuration can be specified using the styleSets property in the Look and Feel configuration.

Grammar

See the Look and Feel StyleSets configuration Schema.

Structure

The XML file contains the following elements:
  • "mapItemsStyles": contains "itemStyle" children which allows to define a name for an ItemStyle value. Note that contrary to widgets, the ItemStyles are not specific to one MapItem type becaus they apply to all MapItems following the A661_ITEM_STYLE MapItem
  • "widgetStyles": contains "widget" children:
    • "widget": represent one widget ID (specified by its "arincID" attribute). The widget element contains "styleSet" elements which allows to define a name for a StyleSet value

Example

      <styleSets>
         <mapItemsStyles>
            <itemStyle name="firstItemStyle" index="0" />
            <itemStyle name="secondItemStyle" index="1" />
         </mapItemsStyles>
         <widgetStyles>
            <widget arincID="A661_PUSH_BUTTON" >
               <styleSet name="firstStyle" index="0" />
               <styleSet name="secondStyle" index="1" />
            </widget>
         </widgetStyles>
      </styleSets>

See also


Categories: lookandfeel | server | user

Copyright 2016-2017 Dassault Aviation. All Rights Reserved. Documentation and source under the LGPL v2 licence