- 01
- 02
- 03
- 04
- 05
- 06
- 07
- 08
- 09
- 10
- 11
- 12
- 13
- 14
- 15
- 16
- 17
package ***.ui.components.table
{
public class EditorSeparator extends TableColumn
{
public function EditorSeparator(height:Number = 30, order:uint = 0)
{
super("separator");
this.editable = false;
this.visible = false;
this.separatorHeight = height;
this.isSeparator = true;
this.editorOrder = order;
}
}
}
guest 03.08.2012 12:03 # 0
Нихуя не понял. Сепараторы при клике на которые вылезает попап?
kyzi007 03.08.2012 17:09 # 0