PATH:
home
/
letacommog
/
letaweb
/
admin
/
modules
/
video
<?php class CWidgetVideo extends CWidgetModule { public $url,$autoPlay,$controls,$loop; protected function decodeData() { $data = $this->module_data; $this->url = getIndex($data, 'url', ''); $this->autoPlay = getIndex($data, 'autoPlay', false, 'boolean'); $this->controls = getIndex($data, 'controls', false, 'boolean'); $this->loop = getIndex($data, 'loop', false, 'boolean'); } }
[+]
..
[-] backend.php
[edit]
[-] frontend_view.php
[edit]
[-] backend.js
[edit]
[-] frontend_class.php
[edit]