Document Information

Last modified:
2007/05/31 17:48 by fjakobs

DateChooser

Allows to select a date in a user friendly way, by showing a calendar.

It can be embedded in a window, or inserted directly on any container.

Example of use:

var chooser = new qx.ui.component.DateChooser;
chooser.auto();  // This is important
chooser.addToDocument();

How to internationalize

Here is a sample code to translate the week and month names into Spanish:

var df = qx.util.format.DateFormat;
df.FULL_MONTH_NAMES = [
	"Enero", "Febrero", "Marzo", "Abril", "Mayo", "Junio",
	"Julio", "Agosto", "Septiembre", "Octubre", "Noviembre", "Diciembre"
];
df.SHORT_DAY_OF_WEEK_NAMES = [
	'D', 'L', 'M', 'X', 'J', 'V', 'S'
];

Information

Last modified:
2007/05/31 17:48 by fjakobs

Account

Not logged in

 
 

Job Offers

To further improve qooxdoo we are seeking javascript developers. Read more...

Rich Ajax Platform (RAP)

RAP uses qooxdoo, Java and the Eclipse development model to build rich web applications. Read more...

qooxdoo Web Toolkit (QWT)

Similar to GWT this framework allows to create impressive qooxdoo applications just using Java. Read more...

Pustefix

Pustefix is a MVC-based web application framework using Java and XML/XSLT. Read more...

 
SourceForge.net Logo

Bad Behavior has blocked 0 potential spam attempts in the last 7 days.