芝麻web文件管理V1.00
编辑当前文件:/var/www/cognitio.in/wp-content/plugins/smart-slider-3/Nextend/SmartSlider3/BackgroundAnimation/ModelBackgroundAnimation.php
storage = StorageSectionManager::getStorage('smartslider'); } public function renderSetsForm() { $form = new Form($this, $this->type . 'set'); $form->addClass('n2_fullscreen_editor__content_sidebar_top_bar'); $form->setDark(); $setsTab = new FieldsetVisualSet($form->getContainer(), 'backgroundanimation-sets', n2_('Animation type')); new Select($setsTab, 'sets', false); $form->render(); } public function renderForm() { $form = new Form($this, 'n2-background-animation'); $table = new ContainerTable($form->getContainer(), 'background-animation-preview', n2_('Preview')); $table->setFieldsetPositionEnd(); new Color($table->getFieldsetLabel(), 'color', false, '333333ff', array( 'alpha' => true )); $form->render(); } }