Once again, I got up at 2:30am wide awake... that's what happens when I fall asleep at 9:30 LOL. Anyway, I was bored so I searched for something to do. I found a question on CSS Tricks asking how to add buttons to the jQuery UI Slider. So starting with the side scroll demo as a base, I put together this demo. That is all :P
This blog contains my random dabbling in site design and improvement. Please feel free to browse and use anything on this site. All I ask is you give me some feedback or even advice on how to improve or change anything.
Showing posts with label widget. Show all posts
Showing posts with label widget. Show all posts
Monday, November 14, 2011
Sunday, November 28, 2010
jQuery UI Keyboard Widget
If you need support, please contact me here:
So, I made a github repository, added a few of my ideas to the widget so now I present to you updated keyboard widget! (more updates to come!)
Here are some of the changes I made to version 1.5:
I found this widget by Jeremy Satterfield which adds an virtual keyboard to any input or text area. I really liked it and had a lot of ideas that I wanted to add :P
So, I made a github repository, added a few of my ideas to the widget so now I present to you updated keyboard widget! (more updates to come!)
Here are some of the changes I made to version 1.5:
- Changed class of preview window from 'ui-state-active' to 'ui-widget-content' because it looks bad in some themes.
- Added 'ui-widget-content' class to the element (input or textarea).
- Added International keyboard Layout (AltGr key) and expanded the keysets up to four.
- Added more special/"action" keys:
- Previous text only keys now have a companion symbol only key. The abbreviated names contain only a symbol so as to fit the layout style as desired.
- Added alt key to allow accessing two additional key sets.
- Changed name of {neg} to {sign}. This key changes the sign of the input.
- Added tab key
- Fixed positioning utility problem I added in the last version - show the popup before positioning (duh).
- Added position option to allow positioning the keyboard anywhere around the input/textarea.
- Added display option to support multiple languages or change key symbols.
- Added actionClass option to allow changing the style of the accept and cancel keys.
- Added lockInput option to lock or unlock the ability to access the preview window.
- Added keyBinding option to change the keyboard key behaviour.
- Added useCombos to enable the dead key emulation which allows entering diacritic key combinations.
- Using the escape key now closes the keyboard.
- Added mousewheel support to allow scrolling through the other keysets while hovering over a key.
- Added ARIA support (may not be complete).
- Allow inserting text at the caret inside the preview window.
- Add max length setting.
- Add additional buttons to change key sets (similar to the alt key).
- Add callbacks.
- Add _destroy function.
- Work on setting up one keyboard per layout to speed up initialization.
Wednesday, October 20, 2010
Web Search Widget
I started messing around with the jQuery UI widget factory and put together a widget that allows you to easily add a web search button to your site (no server side scripting required).
There isn't much for me to write here since I put almost all of the needed instructions on the WebSearch github page. I hope someone finds it useful!
There isn't much for me to write here since I put almost all of the needed instructions on the WebSearch github page. I hope someone finds it useful!
Subscribe to:
Posts (Atom)