Pages

Sunday, August 12, 2012

How to change the LoadMask text and target

How to change the default presence validation message

The default model "presence" validation message is "must be present", which is kinda ugly.

Here's how to change it to something better:


// set this near the beginning of your program:

Ext.data.validations.presenceMessage = "Required";

Saturday, August 11, 2012

Using ExtJS and JQuery on the same page

This widget shows an ExtJS Panel and Image component, along with the JQuery DeepLiquid JCrop widget, which allows you to select a crop area on an image.

Try it out by dragging your mouse over the image. You can also move the "crop" around.