EasyUI Forum
September 13, 2025, 04:37:05 PM *
Welcome, Guest. Please login or register.

Login with username, password and session length
News:
 
   Home   Help Search Login Register  
Pages: [1]
  Print  
Author Topic: [SOLVED] accesskey on tab  (Read 6393 times)
korenanzo
Guest
« on: January 15, 2016, 08:49:40 AM »

Hi,

How can I  put the  accesskey attribute to the tab objects?

(I just need to modify the attributes of  the href element of tab)

http://www.w3schools.com/tags/att_global_accesskey.asp

Could be nice having this attribute managed in all the jeasyui objects Roll Eyes
« Last Edit: January 19, 2016, 02:22:05 AM by korenanzo » Logged
korenanzo
Guest
« Reply #1 on: January 19, 2016, 02:21:46 AM »

self solved :

Code:
 var tmpTab=$('#mytabs').tabs('getTab',tabTitle)

var tmpA =tmpTab.panel('options').tab.children('a');

tmpA.attr('accesskey',myKey);

Logged
Pages: [1]
  Print  
 
Jump to:  

Powered by MySQL Powered by PHP Powered by SMF 1.1.18 | SMF © 2013, Simple Machines Valid XHTML 1.0! Valid CSS!