complexType "lum_autoAdminListButtons"
Namespace:
Content:
complex, 11 attributes, 113 elements
Defined:
globally in lum_button.xsd, see XML source
Includes:
definitions of 5 attributes and 3 elements
Used:
XML Representation Summary
<...
   
addInterfaceId
 = 
xsd:string
   
className
 = 
xsd:string
   
configureInterfaceId
 = 
xsd:string
   
deleteProcessActionId
 = 
xsd:string : "delete"
   
editInterfaceId
 = 
xsd:string
   
id
 = 
xsd:string
   
insertPosition
 = 
("before" | "after") : "after"
   
lockProcessActionId
 = 
xsd:string : "lock"
   
name
 = 
xsd:string
   
scriptPath
 = 
xsd:string
   
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?, (replaceButtons?, additionalButtons*, onClick*)?
</...>
Content Elements (113):
additionalButtons (type embedded),
permissions (type controlPermissions),
replaceButtons (type embedded),
strings (type controlStrings)
All Direct / Indirect Based Elements (2):
Known Usage Locations
Type Definition Detail
Type Derivation Tree
  lum_control (extension)
      lum_autoAdminListButtons (extension)
XML Source
<xsd:complexType name="lum_autoAdminListButtons">
<xsd:complexContent>
<xsd:extension base="lum_control">
<xsd:sequence minOccurs="0">
<xsd:element maxOccurs="1" minOccurs="0" name="replaceButtons">
<xsd:annotation>
<xsd:documentation>
Include any buttons here that will replace an auto layout buttons. (types: lum_addButton, lum_editButton, lum_deleteButton, lum_lockButton, lum_configureButton)
</xsd:documentation>
</xsd:annotation>
<xsd:complexType>
<xsd:sequence minOccurs="1">
<xsd:group ref="control:lum_anyControl"/>
</xsd:sequence>
</xsd:complexType>
</xsd:element>
<xsd:element maxOccurs="unbounded" minOccurs="0" name="additionalButtons">
<xsd:annotation>
<xsd:documentation>
Include any additional button here that will be placed after all auto layout buttons.
</xsd:documentation>
</xsd:annotation>
<xsd:complexType>
<xsd:sequence minOccurs="1">
<xsd:any maxOccurs="unbounded" processContents="skip"/>
</xsd:sequence>
<xsd:attribute default="after" name="insertPosition" type="additionalButtonsInsertPosition" use="optional"/>
</xsd:complexType>
</xsd:element>
<xsd:element maxOccurs="unbounded" minOccurs="0" name="onClick" type="onClientEvent"/>
</xsd:sequence>
<xsd:attribute name="addInterfaceId" type="xsd:string">
<xsd:annotation>
<xsd:documentation>
Interface that should be opened when the add button is pressed.
</xsd:documentation>
</xsd:annotation>
</xsd:attribute>
<xsd:attribute name="editInterfaceId" type="xsd:string">
<xsd:annotation>
<xsd:documentation>
Interface that should be opened when the edit button is pressed.
</xsd:documentation>
</xsd:annotation>
</xsd:attribute>
<xsd:attribute default="delete" name="deleteProcessActionId" type="xsd:string">
<xsd:annotation>
<xsd:documentation>
Process action Id that should be called when the delete button is pressed.
</xsd:documentation>
</xsd:annotation>
</xsd:attribute>
<xsd:attribute default="lock" name="lockProcessActionId" type="xsd:string">
<xsd:annotation>
<xsd:documentation>
Process action Id that should be called when the (un)lock button is pressed.
</xsd:documentation>
</xsd:annotation>
</xsd:attribute>
<xsd:attribute name="configureInterfaceId" type="xsd:string">
<xsd:annotation>
<xsd:documentation>
Interface that should be opened when the configure button is pressed.
</xsd:documentation>
</xsd:annotation>
</xsd:attribute>
</xsd:extension>
</xsd:complexContent>
</xsd:complexType>
Attribute Detail (defined in this component only)
addInterfaceId
Interface that should be opened when the add button is pressed.
Type:
xsd:string
Use:
optional
Defined:
locally, within this complexType
XML Source
<xsd:attribute name="addInterfaceId" type="xsd:string">
<xsd:annotation>
<xsd:documentation>
Interface that should be opened when the add button is pressed.
</xsd:documentation>
</xsd:annotation>
</xsd:attribute>

configureInterfaceId
Interface that should be opened when the configure button is pressed.
Type:
xsd:string
Use:
optional
Defined:
locally, within this complexType
XML Source
<xsd:attribute name="configureInterfaceId" type="xsd:string">
<xsd:annotation>
<xsd:documentation>
Interface that should be opened when the configure button is pressed.
</xsd:documentation>
</xsd:annotation>
</xsd:attribute>

deleteProcessActionId
Process action Id that should be called when the delete button is pressed.
Type:
xsd:string
Use:
optional
Default:
"delete"
Defined:
locally, within this complexType
XML Source
<xsd:attribute default="delete" name="deleteProcessActionId" type="xsd:string">
<xsd:annotation>
<xsd:documentation>
Process action Id that should be called when the delete button is pressed.
</xsd:documentation>
</xsd:annotation>
</xsd:attribute>

editInterfaceId
Interface that should be opened when the edit button is pressed.
Type:
xsd:string
Use:
optional
Defined:
locally, within this complexType
XML Source
<xsd:attribute name="editInterfaceId" type="xsd:string">
<xsd:annotation>
<xsd:documentation>
Interface that should be opened when the edit button is pressed.
</xsd:documentation>
</xsd:annotation>
</xsd:attribute>

lockProcessActionId
Process action Id that should be called when the (un)lock button is pressed.
Type:
xsd:string
Use:
optional
Default:
"lock"
Defined:
locally, within this complexType
XML Source
<xsd:attribute default="lock" name="lockProcessActionId" type="xsd:string">
<xsd:annotation>
<xsd:documentation>
Process action Id that should be called when the (un)lock button is pressed.
</xsd:documentation>
</xsd:annotation>
</xsd:attribute>
Content Element Detail (defined in this component only)
additionalButtons
Include any additional button here that will be placed after all auto layout buttons.
Type:
embedded, complex content
Defined:
locally, within this complexType

onClick
Type:
onClientEvent, complex content
Defined:
locally, within this complexType
XML Source
<xsd:element maxOccurs="unbounded" minOccurs="0" name="onClick" type="onClientEvent"/>

replaceButtons
Include any buttons here that will replace an auto layout buttons. (types: lum_addButton, lum_editButton, lum_deleteButton, lum_lockButton, lum_configureButton)
Type:
embedded, complex content
Defined:
locally, within this complexType

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.