Projects tagged ‘javascript’ and ‘widget’


Jump to tag:

Projects tagged ‘javascript’ and ‘widget’

Filtered by Project Tags javascript widget

Refine results Project Tags ajax (10) web (9) library (8) ui (8) gui (7) development (5) dhtml (5) java (4) programming (4) framework (4) html (4) toolkit (4)

[13 total ]

70USERS
   

Dojo is a modular JavaScript toolkit that makes building richer web UI's much easier. Dojo builds on a fast, lightweight base that provides a competitive set of features (DOM traversal, AJAX, animations, event handling) at the same size as many of ... [More] the alternative "lightweight" toolkits. On top of that base Dojo provides easy access to an extensive collection of optional modules, including a widget framework that focuses on accessibility and internationalization, 2D and 3D charting and vector graphics, advanced math functions, offline capabilities, cryptography, and much much more. It also comes with a build system that collects and minifies your files into layers that you can include in your page as needed to simplify deployment and improve performance. [Less]

34USERS
   

The Yahoo! User Interface (YUI) Library is a set of utilities and controls, written in JavaScript, for building richly interactive web applications using techniques such as DOM scripting, DHTML and AJAX.

15USERS
 

qooxdoo is a comprehensive and innovative Ajax application framework. Leveraging object-oriented JavaScript allows developers to build impressive cross-browser applications. No HTML, CSS nor DOM knowledge is needed. It includes a ... [More] platform-independent development tool chain, a state-of-the-art GUI toolkit and an advanced client-server communication layer. It is Open Source under an LGPL/EPL dual license. [Less]

7USERS
   

piwi can create XHTML widgets with the use of easy and customizable PHP Classes.

5USERS
 

Omni ERP is an innovative business application platform; it is completely based in open source technologies and brings a whole new level of modularity and flexibility to the business solutions environment. It uses a new approach combining new ... [More] software engineering techniques like plugin based architecture, inversion of control and aspect oriented programming with a refreshing new RIA UI to bring a new level of experience to the SME market. [Less]

2USERS

EvaWidgetToolkit is a set of EvaServer Components, forming a framework that allows painless creation of web applications with a native look and feel. Works on all browsers supported by EvaScript, including the iPhone.

2USERS
   

The Coolest DHTML Calendar is a DHTML calendar widget that works with IE >= 5.0, Mozilla, Netscape >= 6, all other Gecko-based browsers, Opera 7, Konqueror, and Safari. It comes with eight color themes, and doesn't use frames or external windows, but ... [More] uses Web standards and is lightning fast. Keyboard navigation is allowed, and it can optionally show a time selector. [Less]

2USERS
   

Windoo is a javascript class based on Mootools framework which allows you to create draggable and resizable inline windows on your HTML page. Windoo also includes the following standalone extensions: * Drag.Multi is Drag.Base extension ... [More] which gives the ability to change multiple styles for multiple elements at the same time according to the mouse movement * Drag.Resize is Mootools extension which applies drag handles to an element to make it resizable in 8 directions [Less]

0USERS

In a NutshellThis widget adds consistent cross-browser support for the famous HTML Canvas to the Google Web Toolkit. gwt-canvas DemoTo see gwt-canvas in action check out this interactive demo and/or this MasterMind game. If you haven't heard ... [More] about the canvas yet, learn more at Mozilla's tutorial. Using gwt-canvas in your ProjectJust add gwt-canvas-.jar to your Build Path, and add the following line to your GWT XML Module: Now import, create and add a canvas widget to your code and you are ready to go: RootPanel.get().add(new Canvas()); Please note that GWT 1.5 M1 or higher is mandatory for using gwt-canvas! Browser CompatibilityThe gwt-canvas widget has been successfully tested on these browsers: Internet Explorer 6+ Firefox 1.5+ Opera 9.5 (beta) Safari 3.0 (beta) FeedbackIf you have a question or just want to give some feedback, please use the discussion group. [Less]

0USERS

GWT Tk is a library of reusable components for programming interactive web applications. FeaturesSimpleHyperLink, ExternalHyperLink create links without fussing with browser history DropDownPanel a widget which expands to show it's content (like ... [More] in Gmail) ModalDialog a full-featured, highly configurable modal dialog AlertDialog a modal dialog tailored for conveniently displaying alerts GlassPanel a transparent widget which blocks user interaction with the document RowPanel, ColumnPanel panels which facililtate simpler, more natural table-based layouts than VerticalPanel & HorizontalPanel Debug print trace statements in all browsers EventWrapper, DelegatingWrapper, CWrapper handle additional events on existing widgets focus management & containment [Less]

0USERS

MochaUI is a web applications user interface library built on the Mootools javascript framework. Canvas tag graphics are used for much of the Mocha GUI components. UsesWeb Applications Web Desktops Web Sites Widgets Standalone Windows, Modal ... [More] Dialogs and Wizards FeaturesLayoutHorizontally and vertically fluid layout module with columns and panels. Optional toolbars. Columns and panels can be collapsed, expanded, and resized. Panels can be tabbed. Panel content can be loaded with innerHTML, XHR, or an iFrame. Toolboxes can be inserted in the toolbars. WindowsThe windows and their drop shadows are drawn with the canvas element. Windows can be focused, dragged, resized, collapsed/expanded, maximized/restored, minimized/restored and closed. Windows are resizable in 8 directions. Adjustable rounded corner radius. Adjustable shadow blur. Windows can have tabs and toolbars. Dynamically create new windows on demand and load their content with innerHTML, XHR, or an iFrame. The ability to create multiple new windows from a single Json data request. Create modal and notification dialog windows. Dynamically update window content. GeneralMinimal HTML markup required. Tested in Firefox 3, Internet Explorer 6 & 7, Safari 3, and Opera 9.5. Validates as XHTML 1.0 Strict if you use no target attributes in your anchors and validates as XHTML 1.0 Transitional if you do. Featured Site Using MochaUICareer Day by Chase Wilson of Echo::Factory Featured Application Using MochaUIPork.Generator More Sites using MochaUIUniversal Curve Change Logv0.9.5 9/07/2008Added a horizontally and vertically fluid layout module with columns and panels. Columns and panels can be collapsed, expanded, and resized. Panels can be tabbed. Panel content can be loaded with innerHTML, XHR, or an iFrame. Added toolboxes which can be inserted in the toolbars. Added a second toolbar to the windows so you can now have top and bottom toolbars. Added a simple file tree plugin. v0.9 6/11/2008Windows are resizable in 8-directions Adjustable drop-shadow width Gauges (round windows) Sortable dock Tabbed windows Windows can now be collapsed by double-clicking on their titlebars Overhauled code structure to make it more modular Added more window options and events v0.8 3/13/2008Added functionality for creating multiple new windows from a single Json data request Added animated canvas loading icon to xhr and iframe load methods onContentLoaded now works with iframes Added styling options which can be set globally and for individual windows Added global effects option which toggles most of the window transition effects Now you can set individual windows to be draggable, resizable, closable, maximizable, or minimizable, overriding the global settings (Joel Lindau) Added closeAll() method which closes all windows at once Added more examples Fixed scrollbar bug in Firefox 2 on the Mac. Scrollbars no longer bleed through windows that are above them Made speed optimizations (Joel Lindau) v0.7 r22 12/11/2007Iframes now resize when you resize a window Fixed it so that if the desktop toolbars are removed the rest of the code still works Modal windows can now be used standalone without any Mocha UI html markup Removed the inline javascript from the example html Added optional autohide to the dock (Scott F. Frederick) Added the following options to new windows: onContentLoaded, onFocus, onResize, onMinimize, onMaximize, onClose and onCloseComplete (Joel Lindau) Added screens/workspaces (Joel Lindau) Pulled the slider function out of the core class Code optimizations v0.7 - 12/03/2007Added minimize functionality (Scott F. Frederick) Added mouseover "title" to close, maximize, and minimize buttons (Scott F. Frederick) Added onmouseover "title" to minimized window buttons displaying full header title (Scott F. Frederick) The close, maximize, and minimize buttons are now individually optional Added several options for setting the properties and style of new windows Added additional ajax and iframe support Reconfigured how the core class is loaded so it is easier to access the class methods Added optional toolbars to the "desktop" Added modal dialog windows Code optimizations v0.6 - 11/26/2007Fixed the IE6 select issue Added a couple more class options Minor code optimizations v0.5 - 11/17/2007Initial release [Less]

0USERS

TUIC is an UI Library specially designed for Web Application Development. It is as flexible and modular as you can get. Required functionality is fetched dynamically, keeping the framework to a minimum weight. Bundled with a nice set of components, it can provide modularity, and the best known practices on Web Application Projects.

0USERS

Click-draggable. Range-makeable. A better calendar.