PHP 클래스 TbSortableAction

It is a component that works in conjunction of TbExtendedGridView widget with sortableRows true. Just attach to the controller you wish to make the calls to.
상속: extends CAction
파일 보기 프로젝트 열기: yinhe/yincart

공개 프로퍼티들

프로퍼티 타입 설명
$modelName the name of the model we are going to toggle values to

공개 메소드들

메소드 설명
run ( ) Widgets run function

메소드 상세

run() 공개 메소드

Widgets run function
public run ( )

프로퍼티 상세

$modelName 공개적으로 프로퍼티

the name of the model we are going to toggle values to
public $modelName