Groups and orders in Find tab

A place to discuss development of the Xataface core.

Groups and orders in Find tab

Postby underwater » Sat Oct 15, 2011 1:20 pm

I have only one group in Find tab (Edit Details) and I have some questions:
1. Which file generates array like this and how I can control it in find Tab?
Code: Select all
array(
   'frozen'           => 'whether the form is frozen',
   'javascript'       => 'javascript for client-side validation',
   'attributes'       => 'attributes for <form> tag',
   'requirednote      => 'note about the required elements',
   // if we set the option to collect hidden elements
   'hidden'           => 'collected html of all hidden elements',
   // if there were some validation errors:
   'errors' => array(
     '1st element name' => 'Error for the 1st element',
     ...
     'nth element name' => 'Error for the nth element'
   ),
   // if there are no headers in the form:
   'elements' => array(
     element_1,
     ...
     element_N
   )
   // if there are headers in the form:
   'sections' => array(
     array(
       'header'   => 'Header text for the first header',
       'name'     => 'Header name for the first header',
       'elements' => array(
          element_1,
          ...
          element_K1
       )
     ),
     ...
     array(
       'header'   => 'Header text for the Mth header',
       'name'     => 'Header name for the Mth header',
       'elements' => array(
          element_1,
          ...
          element_KM
       )
     )
   )
);


2. Why I can't use groups in find tab and how I can make array with groups or enable them.
3. Can I use individual template for each SQL table in Find tab
underwater
 
Posts: 4
Joined: Sat Oct 15, 2011 1:00 pm

Return to Xataface Developers

Who is online

Users browsing this forum: No registered users and 10 guests

cron
Powered by Dataface
© 2005-2007 Steve Hannah All rights reserved