SourceForge.net Logo
Home | SourceForge | Documentation | FAQ | What's New | To-Do List | Forums | Download | Contact

sqlgoto Tag

Attribute List:

This prints out a form allowing the user to select which rows he wishes to view. The rows must divide evenly into the "limit" the user is setting; e.g. if the user wishes to view rows 6 to 8, he'll instead be given 7 to 9, as the rows start at 1 (from his point of view) and he wishes to view three at a time, so the first page would be 1-3, the second would be 4-6, and the third page 7-9.

Type of tag: Self-closing

Attributes

class


Required: No
Values: CSS class

Works like any other class attribute; affects the text input widgets.

style


Required: No
Values: CSS style

Works like any other style attribute; affects the text input widgets.