Ejemplo n.º 1
0
 public static function getJSONPropertiesStructure()
 {
     if (!isset(self::$_JSONPropertiesStructure)) {
         self::$_JSONPropertiesStructure = array_merge(parent::getJSONPropertiesStructure(), array('showHeader' => false, 'resultsPerPage' => 5));
     }
     return self::$_JSONPropertiesStructure;
 }
Ejemplo n.º 2
0
 /**
  * overrides parent method
  */
 public static function getJSONPropertiesStructure()
 {
     if (!isset(self::$_JSONPropertiesStructure)) {
         self::$_JSONPropertiesStructure = array_merge(parent::getJSONPropertiesStructure(), array('dbPersistentGridSettings' => false));
     }
     return self::$_JSONPropertiesStructure;
 }
Ejemplo n.º 3
0
 public static function getJSONPropertiesStructure()
 {
     if (!isset(self::$_JSONPropertiesStructure)) {
         self::$_JSONPropertiesStructure = array_merge(parent::getJSONPropertiesStructure(), array('label' => 'Relationships', 'hidden' => false, 'resultsPerPage' => 10, 'showHeader' => false, 'displayMode' => 'grid', 'height' => '200', 'hideFullHeader' => true));
     }
     return self::$_JSONPropertiesStructure;
 }