Exemplo n.º 1
0
 public function getFields()
 {
     $fields = parent::getFields();
     $fields[] = array('attribute' => 'key_name', 'label' => 'Name', 'type' => 'string');
     $fields[] = array('attribute' => 'descr', 'label' => 'Description', 'type' => 'string');
     return $fields;
 }
Exemplo n.º 2
0
 public function getFields()
 {
     $fields = parent::getFields();
     $fields[] = array('attribute' => 'name', 'label' => 'Name', 'type' => 'string');
     $fields[] = array('attribute' => 'text_value', 'label' => 'Value', 'type' => 'text');
     $fields[] = array('attribute' => 'descr', 'label' => 'Description', 'type' => 'string');
     $fields[] = array('attribute' => 'property', 'label' => 'Properties', 'type' => 'array');
     return $fields;
 }
Exemplo n.º 3
0
 public function getFields()
 {
     $fields = parent::getFields();
     $fields[] = array('attribute' => 'name', 'label' => 'Name', 'type' => 'string');
     $fields[] = array('attribute' => 'email', 'label' => 'Email', 'type' => 'string');
     $fields[] = array('attribute' => 'login', 'label' => 'Login', 'type' => 'string');
     $fields[] = array('attribute' => 'password', 'label' => 'Password', 'type' => 'string');
     return $fields;
 }
Exemplo n.º 4
0
 public function getFields()
 {
     $fields = parent::getFields();
     $fields[] = array('attribute' => 'name', 'label' => 'Name', 'type' => 'string');
     $fields[] = array('attribute' => 'create_date', 'label' => 'Creation Date', 'type' => 'string', 'readonly' => true);
     $fields[] = array('attribute' => 'modify_date', 'label' => 'Modify Date', 'type' => 'string', 'readonly' => true);
     $fields[] = array('attribute' => 'owner_user', 'label' => 'Owner User', 'type' => 'string', 'readonly' => true);
     $fields[] = array('attribute' => 'property', 'label' => 'Property', 'type' => 'array');
     $fields[] = array('attribute' => 'objects', 'label' => 'Object', 'type' => 'array');
     return $fields;
 }
Exemplo n.º 5
0
 public function getFields()
 {
     $fields = parent::getFields();
     $fields[] = array('attribute' => 'name', 'label' => 'Name', 'type' => 'string');
     $fields[] = array('attribute' => 'email', 'label' => 'Email', 'type' => 'string');
     $fields[] = array('attribute' => 'company', 'label' => 'Company', 'type' => 'string');
     $fields[] = array('attribute' => 'devkey', 'label' => 'Developer Key', 'type' => 'string', 'readonly' => true);
     $fields[] = array('attribute' => 'weblink', 'label' => 'Web', 'type' => 'string');
     $fields[] = array('attribute' => 'descr', 'label' => 'Description', 'type' => 'string');
     return $fields;
 }