<we:next>
Since version: - | Requires endtag: yes
Description
This tag is used to create a link to the next page from within a <we:listview>. The entire content between the start and end tags will form the link.
Specific
No other tags can be used within a <we:next> tag.
Attributes
class
Default value: - | since version: - | required: no
Set this attribute to a classname which has been specified in a CSS stylesheet. Thus, you control the appearance of the link.
style
Default value: - | since version: - | required: no
Set this attribute to one or more CSS style definitions. Thus the appearance of a link can be controlled without having to define a CSS class.
xml
Default value: - | since version: - | required: no
Setting this attribute to "true" generates code conforming to the XHTML standard. Leaving it unset or setting it to "false" generates HTML code.
Allowed values:
- true
- false
Syntax
<we:next [class="attribute"] [style="attribute"] [xml="true|false"]> ... </we:next>
Examples
Example1
<we:listview type="object" rows="3" name="events" classid="2" seeMode="true"> <we:repeat> ..... </we:repeat> <we:ifNext> <we:next>next »</we:next> </we:ifNext> </we:listview>