I have noticed that when you do a form load to poplulate it's fields there is no mask. Is it possible to add a mask while the form is loading it's values?
var personalDetailsForm = new Ext.FormPanel({
title:'Personal Details',
layout:'form',
defaults: {width: 230},
defaultType: 'textfield',
keys: [{
key: [10,13],
fn: personalDetailsFormHandler
}],
tbar:[{
text:'Save',
handler: personalDetailsFormHandler,
tooltip:'Save Details',
iconCls:'save'
}],
items: [{ Using A Mask In Shader Channels:: If you know how to create a Free Form object in RD5, you can skip to Step . Now, we're going to load the mask into the shininess and reflection channels. http://www.bilagaana.com/tutorials/masks/masks.htmlHOME |
fieldLabel: 'First Name',
name: 'fname',
allowBlank:false,
allowBlank:false,
value: ''
},{
fieldLabel: 'Last Name',
name: 'lname',
allowBlank:false,
value: ''
}]
});
personalDetailsForm.load({url:'index.php?lander=pr ofile.admin.getInformation'});
I read something about actions doing this, but I don't really get how to do it and I was wondering if someone could offer a quick example.
Thanks,
-Lobos
The load fn takes a waitMsg config entry. From the xml form example
fs.getForm().load({url:'xml-form.xml', method:'GET', waitMsg:'Loading'});
Nortel Unveils Vision, Strategy for Israeli High-Performance Net
Busy Friday Leads to Strong Close for Net Stocks |