TIconView
extends TElement
in package
TIconView Widget
Tags
Table of Contents
Properties
- $doubleClickEnabled : mixed
- $dragSelector : mixed
- $dropSelector : mixed
- $enableMoving : mixed
- $iconField : mixed
- $infoFields : mixed
- $itemProperties : mixed
- $items : mixed
- $itemTemplate : mixed
- $labelField : mixed
- $moveAction : mixed
- $options : mixed
- $popcondition : mixed
- $popcontent : mixed
- $popover : mixed
- $popside : mixed
- $poptitle : mixed
- $templateAttribute : mixed
Methods
- __construct() : mixed
- Constructor Method
- addContextMenuOption() : mixed
- Add a context menu option
- addItem() : mixed
- Add object item with data
- enableDoubleClick() : mixed
- Enable double click
- enableMoveAction() : mixed
- Enable move action
- enablePopover() : mixed
- Enable popover
- setIconAttribute() : mixed
- Define the field that will identify the icon
- setInfoAttributes() : mixed
- Set info fields
- setItemTemplate() : mixed
- Set item template for rendering
- setLabelAttribute() : mixed
- Define the field that will identify the label
- setTemplateAttribute() : mixed
- Set template atribute for rendering
- show() : mixed
- Show iconview items
Properties
$doubleClickEnabled
protected
mixed
$doubleClickEnabled
$dragSelector
protected
mixed
$dragSelector
$dropSelector
protected
mixed
$dropSelector
$enableMoving
protected
mixed
$enableMoving
$iconField
protected
mixed
$iconField
$infoFields
protected
mixed
$infoFields
$itemProperties
protected
mixed
$itemProperties
$items
protected
mixed
$items
$itemTemplate
protected
mixed
$itemTemplate
$labelField
protected
mixed
$labelField
$moveAction
protected
mixed
$moveAction
$options
protected
mixed
$options
$popcondition
protected
mixed
$popcondition
$popcontent
protected
mixed
$popcontent
$popover
protected
mixed
$popover
$popside
protected
mixed
$popside
$poptitle
protected
mixed
$poptitle
$templateAttribute
protected
mixed
$templateAttribute
Methods
__construct()
Constructor Method
public
__construct() : mixed
addContextMenuOption()
Add a context menu option
public
addContextMenuOption(mixed $label[, mixed $action = null ][, mixed $icon = null ][, mixed $displayCondition = null ]) : mixed
Parameters
- $label : mixed
- $action : mixed = null
- $icon : mixed = null
- $displayCondition : mixed = null
addItem()
Add object item with data
public
addItem(mixed $object) : mixed
Parameters
- $object : mixed
enableDoubleClick()
Enable double click
public
enableDoubleClick() : mixed
enableMoveAction()
Enable move action
public
enableMoveAction(mixed $moveAction, $source_selector, $target_selector) : mixed
Parameters
enablePopover()
Enable popover
public
enablePopover( $title, $content[, mixed $popside = null ][, mixed $popcondition = null ]) : mixed
Parameters
setIconAttribute()
Define the field that will identify the icon
public
setIconAttribute(mixed $iconField) : mixed
Parameters
- $iconField : mixed
setInfoAttributes()
Set info fields
public
setInfoAttributes(mixed $fields) : mixed
Parameters
- $fields : mixed
setItemTemplate()
Set item template for rendering
public
setItemTemplate( $template) : mixed
Parameters
setLabelAttribute()
Define the field that will identify the label
public
setLabelAttribute(mixed $labelField) : mixed
Parameters
- $labelField : mixed
setTemplateAttribute()
Set template atribute for rendering
public
setTemplateAttribute( $attribute) : mixed
Parameters
show()
Show iconview items
public
show() : mixed