Ajax Updates |
- AJAX License Agreement Component – AJAX Script
- XBalloon – AJAX baloon script – AJAX Script
- DHTML Window with Tab Support – AJAX Script
- AJAX Hotel Reservation Form : AJAX Script
- DHTML Menu for Applications
| AJAX License Agreement Component – AJAX Script Posted: 11 Nov 2009 11:48 AM PST EULA.XML is an easy to setup, full of features and skinnable AJAX application that can be used to display license agreement wizards on web-pages. It is easy to customize, comes with a set of 4 confirmation modes (None, Checkbox, Radiobuttons, Dropdown), cool 12 skins with rounded corners, custom actions for the “Cancel” and “Finish” buttons, and its installation on a webpage is a matter of minutes. ![]() Related Listings:
| |||||
| XBalloon – AJAX baloon script – AJAX Script Posted: 11 Nov 2009 11:44 AM PST XBalloon is DHTML/Ajax script control that allows developers to provide user with context sensitive information. * Displaying context sensitive help ![]() Related Listings:
| |||||
| DHTML Window with Tab Support – AJAX Script Posted: 11 Nov 2009 11:41 AM PST Configuration <link rel="stylesheet" href="floating_window_with_tabs.css" media="screen"> <script type="text/javascript" src="floating_window_with_tabs.js"></script> Put them betweeen your &lT;HEAD> and tag. Make sure that the path to the files is correct. The script is easy to set implement. The content of the windows is plain HTML and the window is created by calling one single javascript function. This is an example of the HTML for a window: <div id="window1"> <div class="floatingWindowContent"> This script has been tested in IE, Firefox and Opera. Unfortunately, Opera doesn't support overflow in the same extent as IE and firefox, so there you will find both a horizontal and vertical scrollbar. I found that to be better than no scrollbars at all. </div> <div class="floatingWindowContent"> Content 2 </div> <div class="floatingWindowContent"> Content 3 </div> </div> As you can see, there is one parent div( ) which contains 3 inner divs( ). The parent div isthe window div. It’s important that the id(”window1″) of this div is unique, i.e. no other elements with the same id. The three inner divs represents the content of 3 tabs. Such divs should always be written as in this example. Put the HTML content of the tab between the start- and end tag of these divs. The last thing you have to do is to create the window by calling this javascript function: initFloatingWindowWithTabs('window1',Array('Info','More info','The end'),200,220,50,50,true,false,false,true,false,false); This function accepts alot of arguments. Here is a description of each of them: 1. “window1″ = The ID of the window div. For further information, look how it is done in the floating_window_with_tabs.html file. ![]() Related Listings:
| |||||
| AJAX Hotel Reservation Form : AJAX Script Posted: 11 Nov 2009 11:35 AM PST AJAX Hotel Reservation Form is full featured AJAX solution for websites that provide online room reservations. View screenshots. It is skinnable, highly customizable, localizable, crossbrowser and ultra fast. The admin panel of the script allows to review the current reservations, send confirmation emails and delete old reservations. ![]() Related Listings:
| |||||
| Posted: 11 Nov 2009 11:28 AM PST Brief description of the classes * menuBar = The main class for this script. It creates the menu bar and contains methods for working on the menu(Examples: the appendMenuItems and deleteMenuItems methods). var menuModel = new DHTMLSuite.menuModel(); menuModel.addItemsFromMarkup('menuModel'); menuModel.init(); var menuBar = new DHTMLSuite.menuBar(); menuBar.addMenuItems(menuModel); menuBar.setTarget('menuDiv'); menuBar.init(); The first three lines creates the data source for the menu. First a menuModel object is created, then we add items to this menuModel by pointing it to an unordered list on the page( ![]() Related Listings:
|
| You are subscribed to email updates from Ajax Updates To stop receiving these emails, you may unsubscribe now. | Email delivery powered by Google |
| Google Inc., 20 West Kinzie, Chicago IL USA 60610 | |


0 comments:
Post a Comment
Note: Only a member of this blog may post a comment.