Imho, attractive functionality is better than just functionality. In this post I'm going to show how you can use jQuery in ADF applications.
Showing posts with label javascript. Show all posts
Showing posts with label javascript. Show all posts
Friday, June 5, 2015
Sunday, December 9, 2012
Advanced hotkeys in ADF.
In this post I'm going to share a way to get a fully functional hotkeys support in ADF applications.
AccessKey property has many restrictions which I don't like:
AccessKey property has many restrictions which I don't like:
- it is a browser specific feature (accessKey is triggered by browser-specific and platform-specific modifier keys. It even has browser-specific meaning. For example, Internet Explorer 7.0 will set focus when you press Alt+
. Firefox 2.0 on some operating systems you press Alt+Shift+ . Firefox 2.0 on other operating systems you press Control+ ); - I can't have hotkeys like Ctrl+Space;
- I can't trigger particular events;
- I can't set several hotkeys for one component;
- and so on.
Monday, June 25, 2012
Obtaining hostname and printers via applet
In this post I'm going to show how to obtain client's hostname, printers and display them in the page.
Subscribe to:
Posts (Atom)