Пример #1
0
 /**
  * Constructor.
  */
 function __construct($id, $page)
 {
     parent::__construct($id, $page);
     $this->menuItems = array();
     $this->horizontal = true;
     $this->yuiloader()->yuiRequire('menu');
 }
Пример #2
0
 /**
  * Constructor.
  */
 function __construct($id, $page)
 {
     parent::__construct($id, $page);
     $this->dynamicDataLoader = NULL;
     $this->bcCallback = NULL;
     $this->nodeType = 'HTMLNode';
     $this->autoExpandUntilChoices = true;
     $this->queryFieldId = NULL;
     $this->enableDragDropTree = false;
     $this->yuiloader()->yuiRequire('treeview,connection');
 }
Пример #3
0
 /**
  * Constructor.
  */
 function __construct($id, $page)
 {
     parent::__construct($id, $page);
     $this->yuiloader()->yuiRequire('uploader,json,element,yahoo,dom,event');
     $this->allowMultiple = false;
     $this->addButtonLabel = "1. Select Files";
     $this->uploadButtonLabel = "2. Upload Files";
     $this->setHasUploadCallback('handleUploadedFile');
     $this->maxUploadBytes = WFUploaderUtils::getIniSpecifiedUploadMaxFilesizeAsBytes();
     $this->continueURL = NULL;
 }
Пример #4
0
 /**
  * Constructor.
  */
 function __construct($id, $page)
 {
     parent::__construct($id, $page);
     $this->value = NULL;
     $this->visible = false;
     $this->monitorresize = true;
     $this->effects = array();
     $this->header = NULL;
     $this->body = NULL;
     $this->footer = NULL;
     $this->containerClass = 'Module';
     $this->buildModuleProgrammatically = get_class($this) !== 'WFYAHOO_widget_Module';
     $this->renderTo = NULL;
     $this->yuiloader()->yuiRequire('container');
 }
 /**
  * Constructor.
  */
 function __construct($id, $page)
 {
     parent::__construct($id, $page);
     $this->textFieldId = NULL;
     $this->animate = true;
     $this->showcontrols = NULL;
     $this->showhexcontrols = NULL;
     $this->showhexsummary = NULL;
     $this->showhsvcontrols = NULL;
     $this->showrgbcontrols = NULL;
     $this->showwebsafe = NULL;
     if ($this->animate) {
         $this->yuiloader()->yuiRequire('animation');
     }
     $this->yuiloader()->yuiRequire('container,colorpicker');
 }
Пример #6
0
 /**
  * Constructor.
  */
 function __construct($id, $page)
 {
     parent::__construct($id, $page);
     $this->firstVisible = null;
     $this->numVisible = null;
     $this->scrollIncrement = null;
     $this->selectedItem = null;
     $this->revealAmount = null;
     $this->isCircular = null;
     $this->isVertical = null;
     $this->navigation = null;
     $this->animation = null;
     $this->autoPlay = null;
     $this->numItems = null;
     $this->loadItemsHandler = null;
     $this->yuiloader()->yuiRequire("carousel");
 }
 /**
  * Constructor.
  */
 function __construct($id, $page)
 {
     parent::__construct($id, $page);
     $this->value = NULL;
     $this->timezone = NULL;
     $this->startTime = '00:00:00';
     $this->endTime = '23:59:59';
     $this->incrementsPerHour = 12;
     $this->formatString = 'g:i A';
     $this->requireTimezone = false;
     $this->datePicker = new WFYAHOO_widget_Calendar("{$id}_datepart", $page);
     $this->timePicker = new WFYAHOO_widget_AutoComplete("{$id}_timepart", $page);
     $this->timezonePicker = new WFSelect("{$id}_timezone", $page);
     // configure things
     $this->timePicker->setWidth('70px');
     $this->datePicker->setWidth('100px');
     $this->timezonePicker->setWidth('150px');
 }
Пример #8
0
 /**
  * Constructor.
  */
 function __construct($id, $page)
 {
     parent::__construct($id, $page);
     $this->yuiloader()->yuiRequire('tabview');
 }
Пример #9
0
 /**
  * Constructor.
  */
 function __construct($id, $page)
 {
     parent::__construct($id, $page);
     $this->yuiloader()->yuiRequire("logger");
 }
 /**
  * Constructor.
  */
 function __construct($id, $page)
 {
     parent::__construct($id, $page);
     $this->yuiloader()->yuiRequire("yahoo,dom,event");
 }
Пример #11
0
 /**
  * Constructor.
  */
 function __construct($id, $page)
 {
     parent::__construct($id, $page);
     $this->yuiloader()->yuiRequire('button,container,calendar');
     $this->title = "Select Date";
 }
 /**
  * Constructor.
  */
 function __construct($id, $page)
 {
     parent::__construct($id, $page);
     $this->yuiloader()->yuiRequire('autocomplete');
     $this->initializeWaitsForID = "WFYAHOO_widget_AutoComplete_{$this->id}_container";
     $this->nullPlaceholder = NULL;
 }