complexType "lum_buttonList"
Namespace:
Content:
complex, 9 attributes, 110 elements
Defined:
globally in lum_button.xsd, see XML source
Includes:
definitions of 4 attributes
Used:
XML Representation Summary
<...
   
align
 = 
xsd:string
   
className
 = 
xsd:string
   
id
 = 
xsd:string
   
isVertical
 = 
xsd:boolean : "false"
   
listClassId
 = 
xsd:string : "LumButton1"
   
name
 = 
xsd:string
   
scriptPath
 = 
xsd:string
   
spacer
 = 
xsd:boolean : "true"
   
style
 = 
xsd:string
   
>
   
Content: 
((control | lum_form | lum_inputText | lum_inputTag | lum_inputEmail | lum_email | lum_inputNumber | lum_inputHidden | lum_inputTextArea | lum_text | lum_html | lum_button | lum_okButton | lum_cancelButton | lum_previewButton | lum_configureButton | lum_addButton | lum_editButton | lum_deleteButton | lum_lockButton | lum_autoAdminListButtons | lum_autoContentAdminListButtons | lum_adminList | lum_propertyPage | lum_interfaceHeader | lum_footer | lum_filters | lum_interfaceHeaderButtons | lum_requiredValueValidator | lum_integerDataTypeValidator | lum_regularExpressionValidator | lum_lengthValidator | lum_emailValidator | lum_controlGroup | lum_table | lum_label | lum_multiFileUpload | lum_fileUpload | lum_list | lum_lockedMessage | lum_pane | lum_tabs | lum_div | lum_span | lum_interfaceButtons | lum_dropDownList | lum_workflowStateFilter | lum_workflowAssignedToFilter | lum_inputHtmlEditor | lum_script | lum_include | lum_password | lum_buttonList | lum_checkBox | lum_checkBoxList | lum_radioButtonList | lum_link | lum_conditionalRender | lum_autoRefresh | lum_tabularData | lum_advancedTabularData | lum_selectItemTabularData | lum_details | lum_requiredValuesDescriptor | lum_dateTimePicker | lum_datepicker | lum_timePicker | lum_calendar | lum_dateCompareValidator | lum_serviceInstancePrincipalPicker | lum_itemPicker | lum_multiItemPicker | lum_autoLayoutMetaDataInformation | lum_autoLayoutPropertyPage | lum_autoLayoutContentPropertyPage | lum_autoLayoutFields | lum_autoLayoutContentFields | lum_autoLayoutDetails | lum_autoLayoutContentDetails | lum_autoLayoutContentAdministrationList | lum_autoLayoutAdministrationList | lum_autolayoutworkflowinformation | lum_autoLayoutPublishingInformation | lum_autoLayoutLanguageInformation | lum_autoLayoutContentQuickList | lum_autoLayoutContentList | lum_autoLayoutList | lum_autoLayoutContentEmbeddedPropertyPage | lum_autoLayoutAssociationInformation | lum_autoLayoutTagInformation | lum_autoLayoutQuickList | lum_language | lum_selectParentContent | lum_selectContentParentContent | lum_generic | lum_mediaPicker | lum_documentPicker | lum_pagination | lum_selectPage | lum_selectPageTemplate | lum_selectPageOrPageTemplate | lum_strings | lum_dataGrid | lum_autoEmbeddedInterfaceStandardButtons | lum_radioButton | lum_inputCategory | lum_filesPicker | lum_positionFieldOrderButton))*, strings?, permissions?
</...>
Content Elements (110):
permissions (type controlPermissions),
strings (type controlStrings)
All Direct / Indirect Based Elements (1):
Known Usage Locations
Type Definition Detail
Type Derivation Tree
  lum_control (extension)
      lum_buttonList (extension)
XML Source
<xsd:complexType name="lum_buttonList">
<xsd:complexContent>
<xsd:extension base="lum_control">
<xsd:attribute default="LumButton1" name="listClassId" type="xsd:string">
<xsd:annotation>
<xsd:documentation>
Class that will be placed in the HTML element that represents this button list. This class is generally used to affect visualization via CSS.
</xsd:documentation>
</xsd:annotation>
</xsd:attribute>
<xsd:attribute name="align" type="xsd:string">
<xsd:annotation>
<xsd:documentation>
Deprecated.
controls alignment of buttons. One possible value is "right".
</xsd:documentation>
</xsd:annotation>
</xsd:attribute>
<xsd:attribute default="false" name="isVertical" type="xsd:boolean">
<xsd:annotation>
<xsd:documentation>
Deprecated.
defines whether the controls within this list are vertially positioned.
</xsd:documentation>
</xsd:annotation>
</xsd:attribute>
<xsd:attribute default="true" name="spacer" type="xsd:boolean">
<xsd:annotation>
<xsd:documentation>
Deprecated.
specifies whether there should be a spacer between the buttons.
</xsd:documentation>
</xsd:annotation>
</xsd:attribute>
</xsd:extension>
</xsd:complexContent>
</xsd:complexType>
Attribute Detail (defined in this component only)
align
Deprecated. controls alignment of buttons. One possible value is "right".
Type:
xsd:string
Use:
optional
Defined:
locally, within this complexType
XML Source
<xsd:attribute name="align" type="xsd:string">
<xsd:annotation>
<xsd:documentation>
Deprecated.
controls alignment of buttons. One possible value is "right".
</xsd:documentation>
</xsd:annotation>
</xsd:attribute>

isVertical
Deprecated. defines whether the controls within this list are vertially positioned.
Type:
xsd:boolean
Use:
optional
Default:
"false"
Defined:
locally, within this complexType
XML Source
<xsd:attribute default="false" name="isVertical" type="xsd:boolean">
<xsd:annotation>
<xsd:documentation>
Deprecated.
defines whether the controls within this list are vertially positioned.
</xsd:documentation>
</xsd:annotation>
</xsd:attribute>

listClassId
Class that will be placed in the HTML element that represents this button list. This class is generally used to affect visualization via CSS.
Type:
xsd:string
Use:
optional
Default:
"LumButton1"
Defined:
locally, within this complexType
XML Source
<xsd:attribute default="LumButton1" name="listClassId" type="xsd:string">
<xsd:annotation>
<xsd:documentation>
Class that will be placed in the HTML element that represents this button list. This class is generally used to affect visualization via CSS.
</xsd:documentation>
</xsd:annotation>
</xsd:attribute>

spacer
Deprecated. specifies whether there should be a spacer between the buttons.
Type:
xsd:boolean
Use:
optional
Default:
"true"
Defined:
locally, within this complexType
XML Source
<xsd:attribute default="true" name="spacer" type="xsd:boolean">
<xsd:annotation>
<xsd:documentation>
Deprecated.
specifies whether there should be a spacer between the buttons.
</xsd:documentation>
</xsd:annotation>
</xsd:attribute>

XML Schema documentation generated with DocFlex/XML (Kit) v1.6.2
DocFlex/XML is a powerful template-driven documentation and report generator from any data stored in XML files. Based on an innovative technology developed by FILIGRIS WORKS, this new tool offers virtuoso data querying and formatting capabilities not found in anything else!
Need to convert your XML data into a clear nice-looking documentation or reports? Web-ready hypertext HTML or printable MS Word / OpenOffice.org friendly RTF? DocFlex/XML may be a cheap, quick and effective solution exactly for this task!
Have questions? Not sure how to use it? Just send us e-mail to contact@filigris.com and we are always happy to help you! See also our services at www.filigris.com

Lumisportal  14.0.0.210430 - Copyright © 2006–2021 Lumis EIP Tecnologia da Informação LTDA. All Rights Reserved.