tab key override
Posted: Thu Mar 04, 2010 12:53 pm
Hi,
in author mode, we want to mimic the behavior of list item same as word. can you guide us how to implement this.
for example1.
we have a list item.
if we keep the mouse on test2, then press tab key test2 should move one level down like. example2:
<list id="level1">
<list-item> test1</list-item>
<list id="level2">
<list-item> test2</list-item>
</list>
</list>
then if we keep the mouse on test2, then press shift tab should move one level up like example 1.
Thanks
Guna
in author mode, we want to mimic the behavior of list item same as word. can you guide us how to implement this.
for example1.
we have a list item.
Code: Select all
<list id="level1">
<list-item> test1</list-item>
<list-item> test2</list-item>
</list>
<list id="level1">
<list-item> test1</list-item>
<list id="level2">
<list-item> test2</list-item>
</list>
</list>
then if we keep the mouse on test2, then press shift tab should move one level up like example 1.
Thanks
Guna