Label: component

All content with label component.
Related Labels: java , behavior , javascript , framework , security

DojoDynamicTooltipTutorial (Wicket Stuff Wiki)
more dynamic Tooltip In the first example we have shown you how to make a basic Tooltip, it looks nice but you would probably want a lot more when you're working with Wicket. This tutorial will show you how to make ...
DojoFeedbackIndicator (Wicket Stuff Wiki)
FXFeedbackIndicator tutorial This is our new creation in the quest for adding Ajax Components to Wicket. We can hear you think, "oh no.. yet another tooltip tutrial..". Well this one really is different then the other two tutorials. Ok, it's still simple ...
Pickwick (Wicket Stuff Wiki)
pickwick.png! Introduction Pickwick is a Wicketbased photo gallery. Features Provides a set of basic pages to render the pictures, organized in folders (called sequences) Uses a nice URL displaying the folder name relative to the images directory Backoffice application to edit the photo ...
Script.aculo.us AjaxEditInPlaceLabel (Wicket Stuff Wiki)
Label that users can edit in place using Ajax Documentation on this scriptaculous component can be found here: http://wiki.script.aculo.us/scriptaculous/show/Ajax.InPlaceEditor public MyPage(MyObject myObject) component originally published by Ryan Sonnek http://jroller.com/page ...
Script.aculo.us AutoCompleteBehavior (Wicket Stuff Wiki)
TextField that provides static suggestions for autocompletion Core scriptaculous documentation can be found here: http://wiki.script.aculo.us/scriptaculous/show/Autocompleter.Local Static Results TextField color = new TextField("color"); name.add(new AutocompleteBehavior(new String )); Dynamic Results ...
Script.aculo.us Draggables (Wicket Stuff Wiki)
public class DragDropExamplePage extends WebPage { public DragDropExamplePage() { DraggableTarget cart = new DraggableTarget("cart") { protected void onDrop(Component input, AjaxRequestTarget target) }; Label product = new Label("product"); product.addBehavior(new DraggableBehavior()); add(product); add ...
Script.aculo.us SortableListView (Wicket Stuff Wiki)
Drag/Drop reordering of list items Documentation on the scriptaculous library can be found here: http://wiki.script.aculo.us/scriptaculous/show/Sortables This Wicket extension that integrates the very sweet scriptaculous Sortable Javascript component into Wicket and handles all the work for drag ...
Security Framework Comparison (Wicket Stuff Wiki)
several frameworks exist to leverage wicket security and more could be on the way, it might be time for a comparison. The intention of this document is not to declare that this framework is better than another one but to provide you with the bare facts and let you decide what better suits ...
wicket-contrib-accordion (Wicket Stuff Wiki)
About Wicket accordion Contribution enables you to create Accordion Menus http://www.hedgerwow.com/360/mwd/accordion/demo.php on your wicket page. \\ Features \ Add a accordion menu \ Tested with FF2 Used by Please insert your site here if using ...
wicket-contrib-bbcodecomponent (Wicket Stuff Wiki)
About Wicket BBCodeComponent Contribution enables you to use BBCode http://en.wikipedia.org/wiki/BBCode on your wicket page. \\ Features Main BBCode control with buttons Tested with FF2 BBCode Label for displaying BBCode TextArea and TextField for editing Requires ...