dWebSpec Dictionary
CONTEXT: descriptors->element->group-id




All Details Standard Only Platform Only
Structured Web info and helpTechnologies
 Home Page
 Product Page
 Download Page
 Feedback
Javascript Tree Menu

Results for:

 element.group-id 
Prev  Topic  Next

The general interpretation of this attribute allows demarcation portion of data entry screen into groups. The common use of this involves validation groups. For instance, the elements involved in the credit card entry would be validated separately from the order line entries. This could imply that the order could be modified and saved with the click on the save button. Or else, credit card entered and pay button clicked. The save button should not cause validation of the credit card entries; in most cases this could cause validation errors. The order elements would be in one validation group, and the credit card in another.

 ASP.NET  
You could specify that a set of input controls as well submit buttons, belong to a group-id. These corresponds to the controls ValidationGroup attribute.
Prev Next