|
| display ($tpl=null) |
|
| renderInstalledCustomPlugins ($selected) |
|
| displayCustomFields ($datas) |
|
| addHidden ($name, $value= '') |
|
| display ($tpl=null) |
|
| __construct ($config=array()) |
|
| display ($tpl=null) |
|
| addStandardDefaultViewCommands ($showNew=true, $showDelete=true, $showHelp=true) |
|
| addJsJoomlaSubmitButton ($validate=false) |
|
| addStandardDefaultViewLists ($model, $default_order=0, $default_dir= 'DESC', $name= 'search') |
|
| getValidFilterOrder ($app, $model, $view, $default_order) |
|
| displayDefaultViewSearch ($searchLabel='COM_VIRTUEMART_NAME', $name='search') |
|
| addStandardEditViewCommands ($id=0, $object=null) |
|
| SetViewTitle ($name='', $msg='', $icon='') |
|
| sort ($orderby, $name=null, $task=null) |
|
| addStandardHiddenToForm ($controller=null, $task='') |
|
| toggle ($field, $i, $toggle, $imgY= 'tick.png', $imgX= 'publish_x.png', $untoggleable=false) |
|
| gridPublished ($name, $i) |
|
| showhelp () |
|
| showACLPref () |
|
| showVendors () |
|
| manager ($view=0) |
|
| setOrigLang ($model) |
|
VirtuemartViewCustom::addHidden |
( |
|
$name, |
|
|
|
$value = '' |
|
) |
| |
Use this to adjust the hidden fields of the displaycustomHandler to your form
- Author
- Max Milbers
- Parameters
-
string | $name | for exampel view |
string | $value | for exampel custom |
VirtuemartViewCustom::addHiddenByType |
( |
|
$datas | ) |
|
|
private |
Adds the hidden fields which are needed for the form in every case
- Author
- Max Milbers OBSELTE ?
VirtuemartViewCustom::display |
( |
|
$tpl = null | ) |
|
VirtuemartViewCustom::display |
( |
|
$tpl = null | ) |
|
VirtuemartViewCustom::displayCustomFields |
( |
|
$datas | ) |
|
This displays a custom handler.
- Parameters
-
string | $html | atttributes, Just for displaying the fullsized image |
VirtuemartViewCustom::getOptions |
( |
|
$field_types | ) |
|
|
private |
child classes can add their own options and you can get them with this function
- Parameters
-
VirtuemartViewCustom::renderInstalledCustomPlugins |
( |
|
$selected | ) |
|
VirtuemartViewCustom::$json = null |
|
private |
The documentation for this class was generated from the following files:
- administrator/components/com_virtuemart/views/custom/view.html.php
- administrator/components/com_virtuemart/views/custom/view.json.php