Projects tagged ‘javascript’ and ‘wicket’


Jump to tag:

Projects tagged ‘javascript’ and ‘wicket’

Filtered by Project Tags javascript wicket

Refine results Project Tags java (6) ajax (4) css (3) web (2) jquery (2) wickext (2) jqueryui (2) rss (1) workflow (1) ai (1) brms (1) mvc (1)

[10 total ]

31 Users
   

Umbrella project for integrations of Wicket and other projects such as Jasper Reports, Hibernate, Freemarker. Also a home for small community contributions.
Created over 3 years ago.

1 Users

Apache Wicket integration for Soundmanager Javascript Sound API
Created 2 months ago.

0 Users

Exposes Servoy's ajax engine in a simple plug-in, allowing developers to invoke client-side JavaScript from a server-side method and visa-versa
Created 4 months ago.

0 Users

Project contains several dynamic css and javascript menu types to be used in wicket applications
Created 12 months ago.

0 Users

A web app that is created with Wicket and Spring.Functionality
Created 11 months ago.

0 Users

Wicket + SmoothGallery 2.0 integration UsageExample 1 add(new SlidesPanel.Builder("slides") .addImageList(imageList) .addThumbList(thumbList) .size(450, 376) .thumbSize(64, 48) ... [More] .showThumbs(true) .build()); Example 2 add(new SlidesPanel.Builder("diaporama") .addImage(baseDir + "accueil/01.jpg") .addImage(baseDir + "accueil/02.jpg") .addImage(baseDir + "accueil/03.jpg") .addImage(baseDir + "accueil/04.jpg") .size(580, 387) .timed(true) .showThumbs(false) .build()); [Less]
Created 12 months ago.

0 Users

AboutWicket component for multiple MooEditable-enabled textareas. The Bug / Please helpI don't have time to maintain this project. There is a bug that prevents Ajax submit. The source of the problem ... [More] is the saveContent() function is called on the textarea which doesn't exist - returning false and not proceeding with the standard Wicket wcall. You might want to help me define the correct Javascript (for example using Firebug). Thanks! UsageIn your form: TextArea textarea = new TextArea("post"); textarea.setOutputMarkupId(true); textarea.add(new MooEditableBehavior()); form.add(textarea); (...) form.add(new MooEditableAjaxButton("submit", form) { @Override protected void onSubmit(AjaxRequestTarget arg0, Form arg1) { // stuff here } }); [Less]
Created about 1 year ago.

0 Users

WickeXt integrates jQuery and jQuery UI with the Apache Wicket framework. WickeXt improves Wicket capabilities with jQuery: * DOM manipulation, including effects and events, * jQuery UI rich ... [More] components integration, including theming Code in Java, WickeXt handles JavaScript integration ! Write and integrate any jQuery plugins, it's easy ! [Less]
Created about 1 year ago.

0 Users

This project is for development of all tools related to Proteus (http://proteme.org) and linking them up with Electronic Medical Record Systems and Clinical Information Systems. It includes the Rule ... [More] authoring tool, GreEd. .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 about 1 month ago.

0 Users

wiQuery - Wicket / jQuery integrationwiQuery aims to bind jQuery and jQuery UI within the Java Wicket framework, a Java framework providing a real way to create web applications with an OO approach. ... [More] Check the following items to get more: Last release: 1.0-m1.1 http://wiquery.googlecode.com/files/wiquery-1.0-m1.1.jar Current development release: 1.0-m2 Demo application: http://www.wickext.org/wiquery-examples-1.0/ Documentation home: http://code.google.com/p/wiquery/wiki/DocumentationHome Ask your questions: http://groups.google.com/group/wiquery You can now follow this project on this Twitter feed: http://twitter.com/lionelarmanet NEW ! Checkout some resources about the project (screencasts etc.) on the Resources page Sponsored by odlabs, an inovation label by ObjetDirect and jWeekend. WiQuery 1.0 M1 has been released !Release notesWiQuery 1.0 M1.1 Bugfix version fixes the following issues: Issue 11 Issue 12 WiQuery 1.0 M1 is now out, the following features are now available: jQuery UI components: Tabs Dialog Accordion (missing an Ajax event) Effects Resizable Draggable Droppable Sortable Core: Application theming feature Bugfixing 1.0-m1 branch will be used only for bugfixing purpose. A new 1.0-m2 branch will be opened. Demos & documentationA new online demo application demonstrates some of wiQuery features: http://www.wickext.org/wiquery-examples-1.0/ The source code for this demo is available in our SVN here: http://code.google.com/p/wiquery/source/browse/#svn/examples/wiquery-examples (it's a maven project). The documentation is under writting on the google code wiki. Who are we ?We are proud to welcome new developers to help us building wiquery. See the TheCoreTeam page to get more information. Enjoy ! [Less]
Created 8 months ago.