org.silex.toolbox.Properties |
Properties toolbox
| org. | Properties toolbox |
| Variables | |
| oldValue | |
| tabs_mc | |
| Functions | |
| Properties | Constructor. |
| allToolsLoaded | |
| onLoad | |
| refresh | Defined the change event for the list. |
| getSelectedContent | |
| change | Call at each click on the list to show the editor with a good type Call showEditor with “evt_obj.target.selectedItem” |
| apply | Set the value property. |
public var oldValue
var tabs_mc: MovieClip
Constructor.
public function Properties()
function allToolsLoaded()
public function onLoad()
Defined the change event for the list.
public function refresh()
public function getSelectedContent():Array
Call at each click on the list to show the editor with a good type Call showEditor with “evt_obj.target.selectedItem”
public function change( evt_obj: Object ):Void
Set the value property.
public function apply( data: Object, value ):Void