* ViewBlock : the concept of Blocks or Slots in the View layer. Slots or blocks are combined with extending views and layouts to afford slots of content that are present in a layout or parent view, but are defined by the child view or elements used in the view.
Inherited | Abstract | Final | Static | Datatype | Header |
---|---|---|---|---|---|
void | void concat(string blockName, string blockContent = null, string blockMode = DViewBlock.APPEND) | ||||
void | void set(string blockName, string blockContent) | ||||
bool | bool hasKey(string blockName) | ||||
string | string active() | ||||
void | void start(string blockName, string blockMode = DViewBlock.OVERRIDE) | ||||
void | void set(string blockName, Json blockData) | ||||
void | void end() | ||||
STRINGAA | STRINGAA unclosedBlocks() | ||||
string[] | string[] keys() | ||||
string | string get(string blockName, string defaultContent = "") |