PATH:
home
/
lab2454c
/
incforce.com
/
wp-content
/
plugins
/
smart-slider-3
/
Nextend
/
Framework
/
Form
/
Element
/
Select
<?php namespace Nextend\Framework\Form\Element\Select; use Nextend\Framework\Form\Element\Select; class LinkTarget extends Select { public function __construct($insertAt, $name = '', $label = '', $default = '_self', array $parameters = array()) { $this->options = array( '_self' => n2_('Self'), '_blank' => n2_('New'), '_parent' => n2_('Parent'), '_top' => n2_('Top') ); parent::__construct($insertAt, $name, $label, $default, $parameters); } }
[-] SelectFile.php
[edit]
[-] Filter.php
[edit]
[-] FillMode.php
[edit]
[-] FontWeight.php
[edit]
[+]
..
[-] Easing.php
[edit]
[-] Skin.php
[edit]
[-] SubFormIcon.php
[edit]
[-] LinkTarget.php
[edit]
[-] Gradient.php
[edit]