@program name="DrawingPalette" exec="STUDIO" mode="FRAME" hide="Y">
The Drawing Palette task panel
The task panel uses the SmartForm component to render the editors.
Every object that wants to publish draggable items to this task panel, must define corresponding editors for these items.
See the @lib:SmartForm documentation for further details on defining editors.
The visibility and activation of the defined editors can be controlled by dynamic predicates,
using ~data to reference the object currently in context.
SmartForm
(c) SAP AG 2003-2006. All rights reserved.
#INCLUDE[defs.inc]
#INCLUDE[gml:defs.inc]
#USING[env:AspectFactory.js]
#USING[lib:Global.js]
#USING[lib:Scroller.htc]
#USING[lib:SmartForm.htc]