complexType "lum_propertyPage"
Namespace:
Content:
complex, 11 attributes, 110 elements
Defined:
Includes:
definitions of 6 attributes
Used:
XML Representation Summary
<...
   
className
 = 
xsd:string
   
icon
 = 
xsd:string
   
id
 = 
xsd:string
   
name
 = 
xsd:string
   
renderButtonsType
 = 
("none" | "standard" | "standardPopup" | "standardEmbedded") : "standard"
   
renderRequiredValuesDescriptor
 = 
"false"
   
scriptPath
 = 
xsd:string
   
setWindowTitle
 = 
xsd:boolean : "true"
   
style
 = 
xsd:string
   
title
 = 
xsd:string
   
titleMaxSize
 = 
xsd:integer : "50"
   
>
   
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_propertyPage (extension)
XML Source
<xsd:complexType name="lum_propertyPage">
<xsd:complexContent>
<xsd:extension base="lum_control">
<xsd:attribute name="title" type="xsd:string" use="optional">
<xsd:annotation>
<xsd:documentation>
Defines the title of the property page. If not specified the title will be the title of the interface with the service instance name withing parenthesis.
</xsd:documentation>
</xsd:annotation>
</xsd:attribute>
<xsd:attribute default="true" name="setWindowTitle" type="xsd:boolean" use="optional">
<xsd:annotation>
<xsd:documentation>
Defines whether the property page will set the title of the window that it is rendered in. If true, a javascript is rendered on the client that sets the browser window title to the title of the property page.
</xsd:documentation>
</xsd:annotation>
</xsd:attribute>
<xsd:attribute default="50" name="titleMaxSize" type="xsd:integer" use="optional">
<xsd:annotation>
<xsd:documentation>
Limits the maximum size of the title of the property page. By default this value is 50 characters. If the title exceeds this value, the title is truncated and 3 dots are placed at the end of the title. A value of -1 signifies that the title length has no limit.
</xsd:documentation>
</xsd:annotation>
</xsd:attribute>
<xsd:attribute name="icon" type="xsd:string" use="optional">
<xsd:annotation>
<xsd:documentation>
If specified the icon will be placed in the header of the property page
</xsd:documentation>
</xsd:annotation>
</xsd:attribute>
<xsd:attribute fixed="false" name="renderRequiredValuesDescriptor" type="xsd:boolean" use="optional">
<xsd:annotation>
<xsd:documentation>
If this property page has inputs that have required values, by default the property page includes a visible message indicating that the specified fields are required. If you do not want this message added, set this attribute to false.
</xsd:documentation>
</xsd:annotation>
</xsd:attribute>
<xsd:attribute default="standard" name="renderButtonsType" type="renderButtonsType" use="optional">
<xsd:annotation>
<xsd:documentation>
Defines the buttons that will be added to the bottom of the property page
</xsd:documentation>
</xsd:annotation>
</xsd:attribute>
</xsd:extension>
</xsd:complexContent>
</xsd:complexType>
Attribute Detail (defined in this component only)
icon
If specified the icon will be placed in the header of the property page
Type:
xsd:string
Use:
optional
Defined:
locally, within this complexType
XML Source
<xsd:attribute name="icon" type="xsd:string" use="optional">
<xsd:annotation>
<xsd:documentation>
If specified the icon will be placed in the header of the property page
</xsd:documentation>
</xsd:annotation>
</xsd:attribute>

renderButtonsType
Defines the buttons that will be added to the bottom of the property page
Type:
Use:
optional
Default:
"standard"
Defined:
locally, within this complexType
XML Source
<xsd:attribute default="standard" name="renderButtonsType" type="renderButtonsType" use="optional">
<xsd:annotation>
<xsd:documentation>
Defines the buttons that will be added to the bottom of the property page
</xsd:documentation>
</xsd:annotation>
</xsd:attribute>

renderRequiredValuesDescriptor
If this property page has inputs that have required values, by default the property page includes a visible message indicating that the specified fields are required. If you do not want this message added, set this attribute to false.
Type:
xsd:boolean
Use:
optional
Fixed:
"false"
Defined:
locally, within this complexType
XML Source
<xsd:attribute fixed="false" name="renderRequiredValuesDescriptor" type="xsd:boolean" use="optional">
<xsd:annotation>
<xsd:documentation>
If this property page has inputs that have required values, by default the property page includes a visible message indicating that the specified fields are required. If you do not want this message added, set this attribute to false.
</xsd:documentation>
</xsd:annotation>
</xsd:attribute>

setWindowTitle
Defines whether the property page will set the title of the window that it is rendered in. If true, a javascript is rendered on the client that sets the browser window title to the title of the property page.
Type:
xsd:boolean
Use:
optional
Default:
"true"
Defined:
locally, within this complexType
XML Source
<xsd:attribute default="true" name="setWindowTitle" type="xsd:boolean" use="optional">
<xsd:annotation>
<xsd:documentation>
Defines whether the property page will set the title of the window that it is rendered in. If true, a javascript is rendered on the client that sets the browser window title to the title of the property page.
</xsd:documentation>
</xsd:annotation>
</xsd:attribute>

title
Defines the title of the property page. If not specified the title will be the title of the interface with the service instance name withing parenthesis.
Type:
xsd:string
Use:
optional
Defined:
locally, within this complexType
XML Source
<xsd:attribute name="title" type="xsd:string" use="optional">
<xsd:annotation>
<xsd:documentation>
Defines the title of the property page. If not specified the title will be the title of the interface with the service instance name withing parenthesis.
</xsd:documentation>
</xsd:annotation>
</xsd:attribute>

titleMaxSize
Limits the maximum size of the title of the property page. By default this value is 50 characters. If the title exceeds this value, the title is truncated and 3 dots are placed at the end of the title. A value of -1 signifies that the title length has no limit.
Type:
xsd:integer
Use:
optional
Default:
"50"
Defined:
locally, within this complexType
XML Source
<xsd:attribute default="50" name="titleMaxSize" type="xsd:integer" use="optional">
<xsd:annotation>
<xsd:documentation>
Limits the maximum size of the title of the property page. By default this value is 50 characters. If the title exceeds this value, the title is truncated and 3 dots are placed at the end of the title. A value of -1 signifies that the title length has no limit.
</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.