PATH:
home
/
lab2454c
/
incforce.com
/
wp-content
/
plugins
/
smart-slider-3
/
Nextend
/
Framework
/
Form
/
Element
/
Text
<?php namespace Nextend\Framework\Form\Element\Text; use Nextend\Framework\Asset\Js\Js; class NumberAutoComplete extends Number { protected $values = array(); protected $class = 'n2_field_number n2_autocomplete_position_to '; protected function addScript() { parent::addScript(); Js::addInline('_N2.AutocompleteSimple("' . $this->fieldID . '", ' . json_encode($this->values) . ');'); } /** * @param array $values */ public function setValues($values) { $this->values = $values; } }
[+]
..
[-] FieldImageResponsive.php
[edit]
[-] Color.php
[edit]
[-] FieldImage.php
[edit]
[-] Family.php
[edit]
[-] Folder.php
[edit]
[-] Disabled.php
[edit]
[-] HiddenText.php
[edit]
[-] Video.php
[edit]
[-] Number.php
[edit]
[-] NumberAutoComplete.php
[edit]
[-] Url.php
[edit]
[-] NumberSlider.php
[edit]
[-] TextMultiAutoComplete.php
[edit]
[-] TextAutoComplete.php
[edit]