|
|
<& /RG/Elements/VerticalBar3D &>
|
<& /RG/Elements/Submit,
Op => "${Type}Change",
Text => "Change",
BGColor => '#7CBEBE',
&>
<& /RG/Elements/Submit,
Op => "${Type}Up",
Text => "Up",
Disabled => !( $Obj and $Obj->prev_sibling ),
BGColor => '#7CBEBE',
&>
<& /RG/Elements/Submit,
Op => "${Type}Down",
Text => "Down",
Disabled => !( $Obj and $Obj->next_sibling ),
BGColor => '#7CBEBE',
&>
<& /RG/Elements/Submit,
Op => "${Type}Remove",
Text => "Remove",
BGColor => '#7CBEBE',
&>
|