|
|||||||||
PREV PACKAGE NEXT PACKAGE | FRAMES NO FRAMES |
See:
Description
Interface Summary | |
IServiceLink | A component that renders an HTML <a> element. |
Class Summary | |
Any | A component that can substitute for any HTML element. |
Block | Prevents its contents from being rendered until triggered by
an InsertBlock component. |
Conditional | A conditional element on a page. |
Delegator | A component which delegates it's behavior to another object. |
Foreach | Repeatedly renders its wrapped contents while iterating through a list of values. |
Insert | Used to insert some text (from a parameter) into the HTML. |
InsertBlock | Renders the text and components wrapped by a Block component. |
InsertWrapped | Renders the text and components wrapped by a component. |
ServiceLinkEventType | Different types of JavaScript events that an IServiceLink
can provide handlers for. |
Basic, fundamental components used to construct more complex components, or pages. These components are independant of any particular markup language.
|
|||||||||
PREV PACKAGE NEXT PACKAGE | FRAMES NO FRAMES |