PATH:
home
/
letacommog
/
letaweb
/
admin
/
views
/
builder
/
modules
/
extra
<uib-tab heading="<?php $this->t('LBL_PROPERTY'); ?>"> <div class="form-group"> <label><input ng-change="changeAnimation()" type="checkbox" ng-true-value="'1'" ng-false-value="'0'" ng-model="data.animation" /><?php $this->t('LBL_ENABLE_ANIMATION'); ?></label> </div> <div class="form-group" ng-show="data.animation"> <label><input ng-change="changeAnimation()" type="checkbox" ng-true-value="'1'" ng-false-value="'0'" ng-model="data.animation_loop" /><?php $this->t('LBL_ENABLE_ANIMATION_LOOP'); ?></label> </div> <div class="form-group" ng-show="data.animation"> <label><?php $this->t('LBL_ANIMATION_TYPE'); ?></label> <div class="controls"> <select ng-change="changeAnimation()" ng-model="data.animation_type" ng-options="type as type for type in animation_types" class="form-control"> </select> </div> </div> </uib-tab>
[+]
..
[-] deleteWidget.php
[edit]
[-] skinEditor.php
[edit]
[-] animate_tab.php
[edit]
[-] box_design_tab.php
[edit]
[-] skinManager.php
[edit]
[-] property_tab.php
[edit]
[-] design_tab.php
[edit]