Sigma Php Ajax framework, Ajax Components, GUI Builder
May 21, 2012, 09:33:49 PM *
Welcome, Guest. Please login or register.
Did you miss your activation email?

Login with username, password and session length
News:
 
   Home   Help Search Login Register  
Pages: [1]
  Print  
Author Topic: Tab index in Sigma Grid  (Read 731 times)
fractalsanta
Newbie
*
Posts: 1


View Profile
« on: June 17, 2010, 02:17:56 AM »

Hi there,

To anyone who can help with this it would be greatly appreciated. (Am getting desperate  Cry ):

I'm using the Sigma grid to manage data. The basic layout/flow is as follows:
- The datagrid is on the left, and a form is on the right hand side
- When a row/cell is clicked on the grid, I use an Ajax call to populate the form on the right with entries
- The user can then edit the entries and save to the database

This all works fine, except when the form on the right gets focus, the user would obviously want to tab through the form. However, the tabbing skips through the grid cells and not through the form. Only after tabbing through all the grid cells does the tabindex carry on into the form on the right.

Is there any way to remove the data in the grid (which is a table) from the tab indexing?

Thank you in advance

fractalsanta
Logged
steven
Moderator
Hero Member
*****
Posts: 544



View Profile
« Reply #1 on: June 23, 2010, 06:55:25 AM »

Can the following code work
<div>
            <div id="bigbox" style="float:left;width:400px;">
                <div id="gridbox"></div>
            </div>
            <div style="float:left;width:200px;padding-left:10px;">
                <form>
                   First name: <input type="text" name="firstname" /><br />
                   Last name: <input type="text" name="lastname" />
                </form>
            </div>
</div>
Logged

Sigma AJAX Data Grid - Easy to Integrate with PHP, ASP Classic, ASP.NET & Java
Sigma PHP Ajax Framework - WYSIWYG GUI Builder With Tree, Grid, Treegrid, Dialog, Tab & More Component
Pages: [1]
  Print  
 
Jump to:  

Powered by MySQL Powered by PHP Powered by SMF 1.1.7 | SMF © 2006-2008, Simple Machines LLC Valid XHTML 1.0! Valid CSS!