예제 #1
0
 public static function exposedProperties()
 {
     $items = parent::exposedProperties();
     return array_merge($items, array('arrayController', 'widgetClass', 'useUniqueNames', 'simpleBindKeyPath', 'oneShotMode', 'oneShotSeparatorHTML'));
 }
예제 #2
0
 public static function exposedProperties()
 {
     $items = parent::exposedProperties();
     return array_merge($items, array('action', 'label', 'imagePath', 'duplicateSubmitMessage', 'postSubmitLabel'));
 }
예제 #3
0
 public static function exposedProperties()
 {
     $items = parent::exposedProperties();
     return array_merge($items, array('maxLength', 'size', 'autocomplete' => array('true', 'false')));
 }
예제 #4
0
 public static function exposedProperties()
 {
     $items = parent::exposedProperties();
     return array_merge($items, array('maxLength', 'size', 'preserveInput' => array(true, false)));
 }
예제 #5
0
 public static function exposedProperties()
 {
     $items = parent::exposedProperties();
     return array_merge($items, array('cols', 'rows'));
 }
예제 #6
0
 public static function exposedProperties()
 {
     $items = parent::exposedProperties();
     return array_merge($items, array('ellipsisAfterChars', 'textAsHTML'));
 }
예제 #7
0
 public static function exposedProperties()
 {
     $items = parent::exposedProperties();
     return array_merge($items, array('paginator', 'maxJumpPagesToShow'));
 }
예제 #8
0
파일: WFLink.php 프로젝트: ardell/phocoa
 public static function exposedProperties()
 {
     $items = parent::exposedProperties();
     return array_merge($items, array('label', 'title', 'target'));
 }
예제 #9
0
 public static function exposedProperties()
 {
     $items = parent::exposedProperties();
     return array_merge($items, array('defaultTabID', 'onePageMode', 'debugShowAllTabs'));
 }
예제 #10
0
 public static function exposedProperties()
 {
     $items = parent::exposedProperties();
     return array_merge($items, array('checked' => array('true', 'false'), 'checkedValue', 'uncheckedValue', 'groupMode' => array('true', 'false'), 'label', 'labelPosition' => array('left', 'right')));
 }
예제 #11
0
 public static function exposedProperties()
 {
     $items = parent::exposedProperties();
     return array_merge($items, array('defaultValue'));
 }
예제 #12
0
 public static function exposedProperties()
 {
     $items = parent::exposedProperties();
     return array_merge($items, array('invocationPath', 'targetRootModule' => array('true', 'false')));
 }
예제 #13
0
 public static function exposedProperties()
 {
     $items = parent::exposedProperties();
     return array_merge($items, array('maxLength', 'size'));
 }
예제 #14
0
파일: WFSelect.php 프로젝트: ardell/phocoa
 public static function exposedProperties()
 {
     $items = parent::exposedProperties();
     return array_merge($items, array('multiple' => array('true', 'false'), 'visibleItems', 'width', 'labelFormatter', 'labelFormatterSkipFirst' => array('true', 'false')));
 }
예제 #15
0
 public static function exposedProperties()
 {
     $items = parent::exposedProperties();
     return array_merge($items, array('width', 'height'));
 }
예제 #16
0
 public static function exposedProperties()
 {
     $items = parent::exposedProperties();
     return array_merge($items, array('breadcrumbSetup'));
 }
예제 #17
0
 public static function exposedProperties()
 {
     $items = parent::exposedProperties();
     return array_merge($items, array('dieselSearchHelper', 'facetNavOrder', 'maxFacetsToShow', 'facetNavHeight', 'showLoadingMessage' => array('true', 'false'), 'searchAction'));
 }
예제 #18
0
 public static function exposedProperties()
 {
     $items = parent::exposedProperties();
     return array_merge($items, array('baseDir', 'filesystemPath', 'filesystemBasePath', 'width', 'height', 'srcWidth', 'srcHeight', 'border', 'align' => array('left', 'center', 'right', 'middle', 'baseline', 'top'), 'alt', 'link', 'linkTarget', 'fitToBox' => array('true', 'false'), 'dataSrc'));
 }
예제 #19
0
파일: WFForm.php 프로젝트: apinstein/phocoa
 public static function exposedProperties()
 {
     $items = parent::exposedProperties();
     return array_merge($items, array('action', 'method' => array(WFForm::METHOD_GET, WFForm::METHOD_POST), 'target' => array('', '_top', '_blank', '_parent'), 'autocomplete' => array('true', 'false'), 'defaultSubmitID'));
 }
예제 #20
0
 public static function exposedProperties()
 {
     $items = parent::exposedProperties();
     return array_merge($items, array('paginator', 'loadOnSelect'));
 }
예제 #21
0
 public static function exposedProperties()
 {
     $items = parent::exposedProperties();
     return array_merge($items, array('facetStyle' => array('list', 'menu', 'tree'), 'treeRoot', 'defaultTreePosition', 'attributeID', 'dieselSearchHelper', 'rangeCount', 'fakeOpenEndedRange' => array('list', 'menu', 'tree'), 'showItemCounts', 'maxHits', 'maxRows', 'label', 'sortByFrequency' => array('list', 'menu', 'tree'), 'ellipsisAfterChars', 'width', 'height'));
 }