HomePrevNext

Part
net.sf.tacos.partial.Part
  Non-Visual Component
Description
Placeholder element for partial rendering. PartialLinks can refer to Parts by their IDs.
Parameters
nametypedirectionrequireddefault valuedescription
idjava.lang.Objectcustom  nullUnique Part ID in page. By default, it's automatically assigned using cycle.getNextActionId(). 
elementjava.lang.Objectcustom  'div'HTML element to render, defaults to DIV. 
optimizejava.lang.Objectcustom  falseAllow optimizations that might skip rendition. This is only safe if you can guarantee that this Part will not contain any further Parts that would require rendition. 
Allow body (rendered)
Allow informal parameters   
Reserved parameters   -
Toggle help

HomePrevNext