Agile Toolkit
4.2
Agile Toolkit is a powerful web development framework. Inspired by GUI Applications development
|
Public Member Functions | |
set ($text) | |
setHtml ($html) | |
render () | |
initializeTemplate () | |
Data Fields | |
$text = 'Your text goes here......' | |
$html = null |
render | ( | ) |
Default render. Generates HTML presentation of the view based on $this->template and passes it to output() function which then inserts output into parent's template
For visual objects, their default action while rendering is rely on SMlite engine. For sake of simplicity and speed you can redefine this method with a simple call
Reimplemented from AbstractView.
set | ( | $ | text | ) |
Set text. Will be HTML-escaped during render
setHtml | ( | $ | html | ) |
Set HTML. Will be outputed as specified.
$html = null |
$text = 'Your text goes here......' |