Public Method Details |
tk_range_edit_init |
public void tk_range_edit_init( object application &$this )
|
|
Initialise the tooklit.
|
Parameter |
|
object application |
&$this |
|
|
|
|
Returns |
void |
|
tk_range_edit_select |
public void tk_range_edit_select( object application &$this )
|
|
Get new selection from posted form.
Event argument 'marker_field' contains the name for the form elementsthat contain the markers. The content of markers is converted to booleanvalues.
|
Parameter |
|
object application |
&$this |
|
|
|
|
Returns |
void |
|
tk_range_edit_all_selected |
public int tk_range_edit_all_selected( object application &$this, $marker_field )
|
|
Check if all markers are selected.
Event argument 'marker_field' contains the name for the form elementsthat contain the markers. The content of markers is converted to booleanvalues.
|
Parameter |
|
object application |
&$this |
|
|
|
|
|
|
$marker_field |
|
|
Warning: documentation is missing. |
|
Returns |
int 0: No marker set, 1: All markers set, 2: Some markers set. |
|
tk_range_edit_do_select_all |
public void tk_range_edit_do_select_all( object application &$this, string $marker_field, boolean $val )
|
|
Select/unselect all markers.
|
Parameter |
|
object application |
&$this |
|
|
|
|
|
string |
$marker_field |
|
|
Form names of marker fields. |
|
|
boolean |
$val |
|
|
New content of marker fields. |
|
Returns |
void |
|
tk_range_edit_select_all |
public void tk_range_edit_select_all( object application &$this )
|
|
Event handler: Select all markers.
Event argument 'marker_fields' contains the form name of all marker fields.
|
Parameter |
|
object application |
&$this |
|
|
|
|
Returns |
void |
|
tk_range_edit_unselect_all |
public void tk_range_edit_unselect_all( object application &$this )
|
|
Event handler: Unselect all markers.
Event argument 'marker_fields' contains the form name of all marker fields.
|
Parameter |
|
object application |
&$this |
|
|
|
|
Returns |
void |
|
tk_range_edit_call |
public void tk_range_edit_call( object application &$this )
|
|
Event handler: Call a function with array of cursors where markers were
placed.Event argument 'marker_fields' contains the form name of all marker fields.'view' contains the name of the event handler to call and 'argname' itsargument name for the array of cursors.
|
Parameter |
|
object application |
&$this |
|
|
|
|
Returns |
void |
|