Projects tagged ‘jquery’ and ‘jquery-ui’


[8 total ]

2 Users

A Django-based time tracking web application.
Created 12 months ago.

1 Users

jqSelecta renders a scrollable tabular view of a HTML element's s. Useful for large data sets (with an arbitrary number of columns, as well as optional select all, select none and invert selection ... [More] buttons) and also where you'd like the form elements to conform to the UI (i.e. themeroller skin). It's non-destructive, in that the underlying form element isn't destroyed - the plugin maintains the state of the underlying select-option, so plain form submission will work and other JS components can access the select-option's state without tight coupling to the jqSelecta plugin. State optionally persisted using cookies, and, in multi-select mode the cancel button reverts to previous selection. For a full list of features/options see the wiki. Notes: This plugin is themeroller compatible as of jQueryUI 1.7 Currently this is quite a new project, i'll happily fix any bugs reported while it's still fresh =) Release 0.3 is now available .gadget-title { margin-bottom: 2px; } function resizeIframeHandler(opt_height) { var elem = document.getElementById(this.f); if (!elem) return; if (!opt_height) { elem.style.height = undefined; } else { opt_height = Math.max(10, opt_height); elem.style.height = opt_height + 'px'; } } gadgets.rpc.register("resize_iframe", resizeIframeHandler); gadgets.rpc.register('set_title', function(title) { var elem = document.getElementById(this.f + '_title'); if (elem) { elem.innerHTML = gadgets.util.escape(title); } }); [Less]
Created 4 months ago.

1 Users

Web 2.0 Content Management System based on Yii Framework. CMS purpose: general. Configurable and is free for use and modification to fit your needs. Standards to meet: Web 2.0 using Yii PHP ... [More] Framework and jQuery javascript / jQuery css Frameworks. Web3CMS - Bringing Color to Powerful Yii Application! [Less]
Created 5 months ago.

0 Users

http://en.wikipedia.org/wiki/Ribbon_(computing)
Created 4 months ago.

0 Users

jQueryUI has a great set of default widgets, but they seem to be missing a lot of what I would consider "core" widgets. Here are some that will fill some of the holes until they finally get some more.
Created 4 months ago.

0 Users

AWPlus is a system that turns the Astrowars playing experience beyond what the own game offers. Organizing the information already existing in a concise way and turning the access of the game features ... [More] something merely intuitive. Using this Firefox extension it was possible to create a dropdown menu to speed up the processes during the game, quicklinks, easy ways to spend your production points and much more... See all features Install this tool right now and turn your Astrowars much more fast and fun. awPlus is now PUBLIC! thanks!Check all changes on CHANGELOG Help awPlus stay aliveTo support this project make donations [Less]
Created about 1 year ago.

0 Users

This project demonstrates how to use CherryPy to serve up any given tabular data to jqGrid (3.5+). I started it so I would have some place where users could download a fully-working self-contained ... [More] package. The original code/posting can be found here: http://tools.cherrypy.org/wiki/jqGrid [Less]
Created 4 months ago.

0 Users

ppDrag is a Drag&Drop plugin for jQuery, which mimics the interface of jQuery UI's Draggable. Currently supported is a small subset of its options, but the implementation is different (ppDrag focuses ... [More] on performance). The speed difference is more visible with slower CPU's. Also, due to JavaScript engine optimizations in the last generation browsers, the speed difference is less than with older browsers. For example, the difference is greater with Firefox 2 than with Firefox 3. All major existing browsers are supported. This includes IE6/7, Firefox1/2/3, Opera, Konqueror, Safari, and probably others. Documentation and demo are available on the official site. [Less]
Created about 1 year ago.