All Element Summary | ||||||||
additionalButtons (type embedded) | Include any additional button here that will be placed after all auto layout buttons. | |||||||
image (type xsd:string) |
|
|||||||
onClick (type onClientEvent) |
|
|||||||
replaceButtons (type embedded) | Include any buttons here that will replace an auto layout buttons.
|
|||||||
rowAction (type lum_rowAction) | Indicates that the button is going to be a row action.
|
Complex Type Summary | ||||||||
lum_addButton |
|
|||||||
lum_autoAdminListButtons |
|
|||||||
lum_button |
|
|||||||
lum_buttonList |
|
|||||||
lum_deleteButton |
|
|||||||
lum_editButton |
|
|||||||
lum_lockButton |
|
|||||||
lum_positionFieldOrderButton |
|
|||||||
lum_rowAction | Indicates that the button is going to be a row action.
|
Simple Type Summary | ||||
additionalButtonsInsertPosition |
|
<?xml version="1.0" encoding="UTF-8"?> <!-- $Revision: 20877 $ $Date: 2018-01-09 11:44:08 -0200 (Tue, 09 Jan 2018) $ --> <xsd:schema elementFormDefault="unqualified" targetNamespace="http://www.lumis.com.br/douicontrols/lum_button" xmlns="http://www.lumis.com.br/douicontrols/lum_button" xmlns:control="http://www.lumis.com.br/douicontrols" xmlns:xsd="http://www.w3.org/2001/XMLSchema"> <xsd:import namespace="http://www.lumis.com.br/douicontrols" schemaLocation="../douicontrolsdefinition.xsd"/> <xsd:complexContent> <xsd:sequence> <xsd:annotation> <xsd:documentation> Indicates that the button is going to be a row action. Row actions are those actions that performs some processing over the table items, such as delete and edit. </xsd:documentation> </xsd:annotation> </xsd:element> </xsd:sequence> <xsd:annotation> <xsd:documentation> Indicates whether the button is a primary button. Primary buttons are emphasized over non-primary buttons. </xsd:documentation> </xsd:annotation> </xsd:attribute> </xsd:extension> </xsd:complexContent> </xsd:complexType> <xsd:annotation> <xsd:documentation> Indicates that the button is going to be a row action. Row actions are those actions that performs some processing over the table items, such as delete and edit. </xsd:documentation> </xsd:annotation> <xsd:annotation> <xsd:documentation> Indicates whether the given row action is a bulk action either. Bulk actions are actions that may be performed over a single item as well as over multiple items. These actions are shown in each row and also in the administration list top part, within a select component. When these actions are performed from the select component, multiple items may be selected in the table. </xsd:documentation> </xsd:annotation> </xsd:attribute> <xsd:annotation> <xsd:documentation> Indicates whether the given row action is the primary one. If this attribute is set to true, then this row action will be emphasized. </xsd:documentation> </xsd:annotation> </xsd:attribute> </xsd:complexType> <xsd:complexContent> <xsd:sequence minOccurs="0"> <xsd:element default="lumis/portal/client/images/Add.gif" minOccurs="0" name="image" type="xsd:string"/> </xsd:sequence> <xsd:annotation> <xsd:documentation> By default the add interface opened when you press this button will use the following rules in precedence order: 1)Interface Id explicitly in as an attribute 2)Interface (if exists) with id = "add"+currentInterfaceId with first letter in upper case. e.g. if the current interface is administration, the interface calculated will be addAdministration 3)Interface (if exists) with id = "add" If none of these rules apply, the button control will remove itself from its parent. If the destination interface has been placed within a page of the portal, this button will redirect to that page. If the destination interface has not been placed in a page, the button will open a popup page with the given interface mounted run-time. </xsd:documentation> </xsd:annotation> </xsd:attribute> <xsd:annotation> <xsd:documentation> <![CDATA[ By default, a "keepParentActive" attribute with value "false" is used on the onClick event for opening the destination interface for this add button. By specifying this attribute on the add button, it will be used when generating its onClick event. <p> For more information, see keepParentActive attribute on the onClick element. ]]> </xsd:documentation> </xsd:annotation> </xsd:attribute> <xsd:annotation> <xsd:documentation> <![CDATA[ By default no openRuntimeInterfaceBehavior on the onClick generated for the add button. If a value is specified in this attribute, it will be used on the onClick event for opening the destination interface for this add button. <p> For more information, see openRuntimeInterfaceBehavior attribute on the onClick element. ]]> </xsd:documentation> </xsd:annotation> </xsd:attribute> <xsd:annotation> <xsd:documentation> Indicates whether the button is a primary button. Primary buttons are emphasized over non-primary buttons. </xsd:documentation> </xsd:annotation> </xsd:attribute> </xsd:extension> </xsd:complexContent> </xsd:complexType> <xsd:complexContent> <xsd:sequence> </xsd:sequence> <xsd:annotation> <xsd:documentation> <![CDATA[ By default, a "keepParentActive" attribute with value "false" is used on the onClick event for opening the destination interface for this order button. By specifying this attribute on the order button, it will be used when generating its default onClick event. <p> For more information, see keepParentActive attribute on the onClick element. ]]> </xsd:documentation> </xsd:annotation> </xsd:attribute> <xsd:annotation> <xsd:documentation> <![CDATA[ By default no openRuntimeInterfaceBehavior is set on the onClick generated for the order button. If a value is specified in this attribute, it will be used on the onClick event for opening the destination interface for this order button. <p> For more information, see openRuntimeInterfaceBehavior attribute on the onClick element. ]]> </xsd:documentation> </xsd:annotation> </xsd:attribute> <xsd:annotation> <xsd:documentation> Indicates whether the button is a primary button. Primary buttons are emphasized over non-primary buttons. </xsd:documentation> </xsd:annotation> </xsd:attribute> </xsd:extension> </xsd:complexContent> </xsd:complexType> <xsd:complexContent> <xsd:sequence minOccurs="0"> <xsd:element default="lumis/portal/client/images/Lock.gif" minOccurs="0" name="image" type="xsd:string"> <xsd:annotation> <xsd:documentation>image of the button</xsd:documentation> </xsd:annotation> </xsd:element> <xsd:annotation> <xsd:documentation> Indicates that the button is going to be a row action. Row actions are those actions that performs some processing over the table items, such as delete and edit. </xsd:documentation> </xsd:annotation> </xsd:element> </xsd:sequence> <xsd:annotation> <xsd:documentation> Indicates whether the button is a primary button. Primary buttons are emphasized over non-primary buttons. </xsd:documentation> </xsd:annotation> </xsd:attribute> </xsd:extension> </xsd:complexContent> </xsd:complexType> <xsd:complexContent> <xsd:sequence minOccurs="0"> <xsd:element default="lumis/portal/client/images/Edit.gif" minOccurs="0" name="image" type="xsd:string"/> <xsd:annotation> <xsd:documentation> Indicates that the button is going to be a row action. Row actions are those actions that performs some processing over the table items, such as delete and edit. </xsd:documentation> </xsd:annotation> </xsd:element> </xsd:sequence> <xsd:annotation> <xsd:documentation> By default the edit interface opened when you press this button will use the following rules in precedence order: 1)Interface Id explicitly in as an attribute 2)Interface (if exists) with id = "edit"+currentInterfaceId with first letter in upper case. e.g. if the current interface is administration, the interface calculated will be editAdministration 3)Interface (if exists) with id = "edit" If none of these rules apply, the button control will remove itself from its parent. If the destination interface has been placed within a page of the portal, this button will redirect to that page. If the destination interface has not been placed in a page, the button will open a popup page with the given interface mounted run-time. </xsd:documentation> </xsd:annotation> </xsd:attribute> <xsd:annotation> <xsd:documentation> <![CDATA[ By default, a "keepParentActive" attribute with value "false" is used on the onClick event for opening the destination interface for this edit button. By specifying this attribute on the edit button, it will be used when generating its onClick event. <p> For more information, see keepParentActive attribute on the onClick element. ]]> </xsd:documentation> </xsd:annotation> </xsd:attribute> <xsd:annotation> <xsd:documentation> <![CDATA[ By default no openRuntimeInterfaceBehavior on the onClick generated for the edit button. If a value is specified in this attribute, it will be used on the onClick event for opening the destination interface for this edit button. <p> For more information, see openRuntimeInterfaceBehavior attribute on the onClick element. ]]> </xsd:documentation> </xsd:annotation> </xsd:attribute> <xsd:annotation> <xsd:documentation> Identifier of the list control that this button is associated to. If not specified the id of the first control of type lum_advancedTabularData, lum_details or lum_tabularData (in this order of preference) in the interface is used. </xsd:documentation> </xsd:annotation> </xsd:attribute> <xsd:annotation> <xsd:documentation> By default the edit button passes the primary key value with a parameter name as the field id. If you want to change the name of the parameter that is being passed to the edit property page, set this value to the desired name. </xsd:documentation> </xsd:annotation> </xsd:attribute> <xsd:annotation> <xsd:documentation> Indicates whether the button is a primary button. Primary buttons are emphasized over non-primary buttons. </xsd:documentation> </xsd:annotation> </xsd:attribute> </xsd:extension> </xsd:complexContent> </xsd:complexType> <xsd:complexContent> <xsd:sequence minOccurs="0"> <xsd:element default="lumis/portal/client/images/Delete.gif" minOccurs="0" name="image" type="xsd:string"> <xsd:annotation> <xsd:documentation>image of the button</xsd:documentation> </xsd:annotation> </xsd:element> <xsd:annotation> <xsd:documentation> Indicates that the button is going to be a row action. Row actions are those actions that performs some processing over the table items, such as delete and edit. </xsd:documentation> </xsd:annotation> </xsd:element> </xsd:sequence> <xsd:annotation> <xsd:documentation> text that will be displayed within the button. Default value is STR_DELETE (translated to the current language) </xsd:documentation> </xsd:annotation> </xsd:attribute> <xsd:annotation> <xsd:documentation> identifier of the process action that should be called when this button is pressed. </xsd:documentation> </xsd:annotation> </xsd:attribute> <xsd:annotation> <xsd:documentation> identifier of the list control that the delete process action should take its item to delete values from. </xsd:documentation> </xsd:annotation> </xsd:attribute> <xsd:annotation> <xsd:documentation> Indicates whether the button is a primary button. Primary buttons are emphasized over non-primary buttons. </xsd:documentation> </xsd:annotation> </xsd:attribute> </xsd:extension> </xsd:complexContent> </xsd:complexType> <xsd:complexContent> <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:annotation> <xsd:documentation> Deprecated. controls alignment of buttons. One possible value is "right". </xsd:documentation> </xsd:annotation> </xsd:attribute> <xsd:annotation> <xsd:documentation> Deprecated. defines whether the controls within this list are vertially positioned. </xsd:documentation> </xsd:annotation> </xsd:attribute> <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> <xsd:restriction base="xsd:string"> <xsd:enumeration value="before"> <xsd:annotation> <xsd:documentation> Signifies that the additional buttons will be placed before the default buttons. </xsd:documentation> </xsd:annotation> </xsd:enumeration> <xsd:enumeration value="after"> <xsd:annotation> <xsd:documentation> Signifies that the additional buttons will be placed after the default buttons. This is the default value. </xsd:documentation> </xsd:annotation> </xsd:enumeration> </xsd:restriction> </xsd:simpleType> <xsd:complexContent> <xsd:sequence minOccurs="0"> <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:sequence> </xsd:complexType> </xsd:element> <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:sequence> <xsd:annotation> <xsd:documentation> Interface that should be opened when the add button is pressed. </xsd:documentation> </xsd:annotation> </xsd:attribute> <xsd:annotation> <xsd:documentation> Interface that should be opened when the edit button is pressed. </xsd:documentation> </xsd:annotation> </xsd:attribute> <xsd:annotation> <xsd:documentation> Process action Id that should be called when the delete button is pressed. </xsd:documentation> </xsd:annotation> </xsd:attribute> <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: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> </xsd:schema> |
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 16.0.0.230707 - Copyright © 2006–2023 Lumis EIP Tecnologia da Informação LTDA. All Rights Reserved.