complexType "lum_pagination"
Namespace:
Content:
complex, 4 attributes, 1 element
Defined:
Includes:
definitions of 2 attributes and 1 element
Used:
XML Representation Summary
<...
   
blockSize
 = 
xsd:int
   
enabled
 = 
xsd:boolean : "false"
   
maxPages
 = 
xsd:int
   
sourceId
 = 
xsd:string
   
>
   
Content: 
</...>
Content Elements (1):
All Direct / Indirect Based Elements (1):
Known Usage Locations
Type Definition Detail
Type Derivation Tree
lum_control
      lum_pagination (extension)
XML Source
<xsd:complexType name="lum_pagination">
<xsd:complexContent>
<xsd:sequence>
<xsd:element maxOccurs="1" minOccurs="0" name="maxRowsSelector">
<xsd:annotation>
<xsd:documentation>
Indicates if the front-end should render a selector of items per page. If the page is with the html cache enabled, this option, even if enabled, will be ignored and will not be rendered.
</xsd:documentation>
</xsd:annotation>
<xsd:complexType>
<xsd:sequence>
<xsd:element maxOccurs="1" minOccurs="0" name="options">
<xsd:annotation>
<xsd:documentation>
The options to be listed in the rendered administration interface, a list of positive number separated by ','. A example of the expected value is: '1,5,10,20'. This options default value will be obtained by the following order, 1) By this attribute; 2) By a property bag; 3) Using the default value '10,25,50,100'. Also these values will never be higher than the maxNumberOfRowsAllowed of this source, all higher value will become it.
</xsd:documentation>
</xsd:annotation>
<xsd:simpleType>
<xsd:restriction base="xsd:token">
<xsd:pattern value="\d+(,\d+)*"/>
</xsd:restriction>
</xsd:simpleType>
</xsd:element>
</xsd:sequence>
<xsd:attribute default="false" name="enabled" type="xsd:boolean">
<xsd:annotation>
<xsd:documentation>
Indicates if the row selector will be rendered. If it is set to 'true' the selector will be rendered.
</xsd:documentation>
</xsd:annotation>
</xsd:attribute>
</xsd:complexType>
</xsd:element>
</xsd:sequence>
<xsd:attribute name="maxPages">
<xsd:annotation>
<xsd:documentation>
The maximum number of pages that this control will generate in its render. Must be greater than or equal to 1.
</xsd:documentation>
</xsd:annotation>
<xsd:simpleType>
<xsd:restriction base="xsd:int">
<xsd:minInclusive value="1"/>
</xsd:restriction>
</xsd:simpleType>
</xsd:attribute>
<xsd:attribute name="blockSize">
<xsd:annotation>
<xsd:documentation>
The pagination block size. It must be odd and greater than zero.
</xsd:documentation>
</xsd:annotation>
<xsd:simpleType>
<xsd:restriction base="xsd:int">
<xsd:minInclusive value="1"/>
</xsd:restriction>
</xsd:simpleType>
</xsd:attribute>
</xsd:extension>
</xsd:complexContent>
</xsd:complexType>
Attribute Detail (defined in this component only)
blockSize
The pagination block size. It must be odd and greater than zero.
Type:
Use:
optional
Defined:
locally, within this complexType
XML Source
<xsd:attribute name="blockSize">
<xsd:annotation>
<xsd:documentation>
The pagination block size. It must be odd and greater than zero.
</xsd:documentation>
</xsd:annotation>
<xsd:simpleType>
<xsd:restriction base="xsd:int">
<xsd:minInclusive value="1"/>
</xsd:restriction>
</xsd:simpleType>
</xsd:attribute>
Embedded Type
Derivation:
restriction of xsd:int
Facets:
minInclusive:
1

maxPages
The maximum number of pages that this control will generate in its render. Must be greater than or equal to 1.
Type:
Use:
optional
Defined:
locally, within this complexType
XML Source
<xsd:attribute name="maxPages">
<xsd:annotation>
<xsd:documentation>
The maximum number of pages that this control will generate in its render. Must be greater than or equal to 1.
</xsd:documentation>
</xsd:annotation>
<xsd:simpleType>
<xsd:restriction base="xsd:int">
<xsd:minInclusive value="1"/>
</xsd:restriction>
</xsd:simpleType>
</xsd:attribute>
Embedded Type
Derivation:
restriction of xsd:int
Facets:
minInclusive:
1
Content Element Detail
maxRowsSelector
Indicates if the front-end should render a selector of items per page. If the page is with the html cache enabled, this option, even if enabled, will be ignored and will not be rendered.
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.