Online documentation - Websydian v6.0 |
Users Guide | Patterns Reference | WebsydianExpress | Search |
Implementing Other Uses Parts
The MultipleInputGrid pattern modifies its scoped Document Template Generator to generate the necessary HTML code to handle multiple rows of input data in a single request.
The ProcessGrid Event Handler inherits from the MultipleInputEventHandler pattern and basically, it is just a place holder for the first multi-input Event Handler in the grid. Do always make use of this function when implementing one or more multi-input Event Handlers.
Inheritance from the MultipleInputEventHandler is required if you want to specify your own additional Event Handlers from scratch receiving multiple rows as input. In order to do this, it is also required that the scoping Page Generator inherits from the MultipleInputGrid pattern.
The MultipleInputEventHandler pattern retrieves multiple input rows and loops through these making each row available for action. To process a Grid row, use the Process grid row edit point.