Widgets
- Data Widgets
- Form Widgets
- UI Widgets
- UI Interactions
Draggable
Your draggable content here
Vaata koodi
$this->beginWidget('zii.widgets.jui.CJuiDraggable', array( 'options'=>array( 'cursor'=>'move', ), 'htmlOptions'=>array( 'style'=>'width: 150px; height: 150px; padding: 5px; border: 1px solid #e3e3e3; background: #f7f7f7' ), )); echo 'Your draggable content here'; $this->endWidget();

Visual Yii