Packageindex Classtrees Modulegroups Elementlist Report XML Files

File: /home/mitarbeiter/sven/public_html/tmp/devcon_php_base/admin_panel/tk/range_edit/range_edit.php
dev/con php base - User interface toolkits

/home/mitarbeiter/sven/public_html/tmp/devcon_php_base/admin_panel/tk/range_edit/range_edit.php::tk_range_edit

Selection of multiple records (context cursors).

 

public module tk_range_edit

Selection of multiple records (context cursors).

 

Public Method Summary

void

tk_range_edit_init(object application &$this)

Initialise the tooklit.
void

tk_range_edit_select(object application &$this)

Get new selection from posted form.
int

tk_range_edit_all_selected(object application &$this, $marker_field)

Check if all markers are selected.
void

tk_range_edit_do_select_all(object application &$this, string $marker_field, boolean $val)

Select/unselect all markers.
void

tk_range_edit_select_all(object application &$this)

Event handler: Select all markers.
void

tk_range_edit_unselect_all(object application &$this)

Event handler: Unselect all markers.
void

tk_range_edit_call(object application &$this)

Event handler: Call a function with array of cursors where markers were

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



Packageindex Classtrees Modulegroups Elementlist Report XML Files
PHPDoc 1.0beta