The items in the org.apache.flex.html.ControlBar. Setting this property automatically
causes the ControlBar to display if you are using a View bead that supports it.
Implementation public function get controlBar():Array public function set controlBar(value:Array):void
htmlTitle
property
htmlTitle:String
Language Version :
ActionScript 3.0
Product Version :
FlexJS 0.0
Runtime Versions :
Flash Player 10.2, AIR 2.6
The HTML string for the title.
The title of the TitleBar as HTML.
Implementation public function get htmlTitle():String public function set htmlTitle(value:String):void
showCloseButton
property
showCloseButton:Boolean
Language Version :
ActionScript 3.0
Product Version :
FlexJS 0.0
Runtime Versions :
Flash Player 10.2, AIR 2.6
Indicates whether or not there is a Close button for the org.apache.flex.html.Panel.
true if a close button
should also be in the title bar.
Implementation public function get showCloseButton():Boolean public function set showCloseButton(value:Boolean):void