$r.render("sourceview")
Window control is about how you control the content on the screen. The framework provides various elements which we will show you below.
The framework provides standard ways of diaplaying warning and error messages. This is done via the appropriate methods:
getWindowControl().setInfo() getWindowControl().setWarning() getWindowControl().setError()
The framework allows to push and pop content to the main window. This enables a workflow to take the entire screen real estate if necessary, e.g. a workflow that wants to prevent the user from clicking any other link by simply not showing them.
$r.render("guidemo.window.control.push")This is done directly in velocity using the b_togglebox_start and b_togglebox_end makros.
#b_togglebox_start("testdomid" "check me out, I got some stuff in me") aöksldfjasjdföasldkj aösdfskld
And again, some other text... #b_togglebox_end()