- Extends
- Children
-
Implements
Countable PHPFUI\Interfaces\Walkable Stringable - Traits
Constants |
Methods |
public
__construct
(
PHPFUI\Interfaces\Page
$page
,
string
$name
,
array
$inGroup
,
array
$notInGroup
,
string
$callbackIndex
,
callable
$callback
) The ToFromList implements a two side by side panes that uses can drag and drop from one side to The data: The ToFromList assumes you have one master array with numeric indexes from 0 to what ever. Each The callback: The callback should have the following signature:
|
public getPage () : PHPFUI\Interfaces\Page |
public
setInIcon
(
$inIcon
) :
PHPFUI\ToFromList
You can customize the "in" icon (or remove it) by passing in html |
public
setInName
(
string
$inName
) :
PHPFUI\ToFromList
Sets the header name for the "in" group |
public
setOutIcon
(
$outIcon
) :
PHPFUI\ToFromList
You can customize the "out" icon (or remove it) by passing in html |
public
setOutName
(
string
$outName
) :
PHPFUI\ToFromList
Sets the header name for the "out" group |
Properties |
protected $callback |
protected $callbackIndex |
protected $inGroup |
protected $inIcon |
protected $inName |
protected $name |
protected $notInGroup |
protected $outIcon |
protected $outName |
protected $page |
Methods |
protected createWindow ( array $group , string $type ) : string |
protected getBody () : string |
protected getEnd () : string |
protected getStart () : string |
protected makeDiv ( string $id , string $type , string $html ) : string |
Properties |
private static $outputJs |
Methods |
private processRequest () : void |
Properties |
private static $outputJs |
Methods |