$this->repeater1->DataSource=array('home', 'office', 'car', 'boat', 'plane');
$this->repeater1->dataBind();
Показать файл
Открыть проект
Свойство | Тип | Описание | |
---|---|---|---|
$_options |
Метод | Описание | |
---|---|---|
OnStop ( object $params ) | Raises the OnStop event | |
__construct ( ) | Creates a new callback control, sets the adapter to TActiveControlAdapter. If you override this class, be sure to set the adapter appropriately by, for example, by calling this constructor. | |
dataBind ( ) | Overrides parent implementation. Callback {@link renderSortables()} when page's IsCallback property is true. | |
getOptions ( ) : |
Object containing defined javascript options | |
getSortables ( ) : |
||
getValidEvents ( ) : array() | Array containing valid javascript events | |
getValidOptions ( ) : array() | Array containing valid javascript options | |
getWidget ( ) : string | ||
getWidgetID ( ) : string | ||
onActivate ( object $params ) | Raises the OnActivate event | |
onBeforeStop ( object $params ) | Raises the OnBeforeStop event | |
onChange ( object $params ) | Raises the OnChange event | |
onCreate ( object $params ) | Raises the OnCreate event | |
onDeactivate ( object $params ) | Raises the OnDeactivate event | |
onOut ( object $params ) | Raises the OnOut event | |
onOver ( object $params ) | Raises the OnOver event | |
onReceive ( object $params ) | Raises the OnReceive event | |
onRemove ( object $params ) | Raises the OnRemove event | |
onSort ( object $params ) | Raises the OnSort event | |
onStart ( object $params ) | Raises the OnStart event | |
onUpdate ( object $params ) | Raises the OnUpdate event | |
raiseCallbackEvent ( $param ) | Raises callback event. This method is required by the {@link ICallbackEventHandler} interface. | |
setDataSource ( $data ) |
Метод | Описание | |
---|---|---|
addAttributesToRender ( $writer ) | Ensure that the ID attribute is rendered and registers the javascript code for initializing the active control. | |
createRepeater ( ) : |
||
getPostBackOptions ( ) : array |
public __construct ( ) |
protected addAttributesToRender ( $writer ) |
protected createRepeater ( ) : |
||
Результат | new instance of TRepater to render the list of Sortables. |
public dataBind ( ) |
public getOptions ( ) : |
||
Результат |
protected getPostBackOptions ( ) : array | ||
Результат | array | list of callback options. |
public getSortables ( ) : |
||
Результат | suggestion list repeater |
public getValidEvents ( ) : array() | ||
Результат | array() |
public getValidOptions ( ) : array() | ||
Результат | array() |
public getWidgetID ( ) : string | ||
Результат | string | the clientid of the jQueryUI widget element |
public onActivate ( object $params ) | ||
$params | object | event parameters |
public onBeforeStop ( object $params ) | ||
$params | object | event parameters |
public onDeactivate ( object $params ) | ||
$params | object | event parameters |
public raiseCallbackEvent ( $param ) |