E-mail List Archives
Updated the Lightbox Template to support circular tabbing and the use of Escape
From: Bryan Garaventa
Date: May 10, 2012 2:44PM
- Next message: Shawn Henry (uiAccess projects): "TAdER - Understanding text customization needs for readability"
- Previous message: Andrew Kirkpatrick: "Re: Guidelines are only half of the story: accessibilityproblems encountered by blind users on the web"
- Next message in Thread: None
- Previous message in Thread: None
- View all messages in this Thread
If it's of interest, I updated the Lightbox Template at
http://whatsock.com/modules/standard_dynamic_control_templates/demo.htm
To support circular tabbing backward and forward, plus the use of Escape by adding the following code to the setup template at
http://whatsock.com/modules/standard_dynamic_control_templates/js/setup.js
keyPress: function(ev, dc){
var k = ev.which || ev.keyCode;
// If Escape is pressed, close the object
if (k == 27) dc.close();
},
- Next message: Shawn Henry (uiAccess projects): "TAdER - Understanding text customization needs for readability"
- Previous message: Andrew Kirkpatrick: "Re: Guidelines are only half of the story: accessibilityproblems encountered by blind users on the web"
- Next message in Thread: None
- Previous message in Thread: None
- View all messages in this Thread