BUG 0000 improving new site installer, using extjs

This commit is contained in:
Carlos Pacha
2011-06-22 17:32:32 -04:00
parent 5449f7c86f
commit e866a204aa

View File

@@ -17,7 +17,7 @@ Ext.onReady(function(){
'render': function(c) {
c.getEl().on('keyup', function() {
namews=formNewSite.getForm().findField('NW_TITLE').getValue();
formNewSite.getForm().findField('AO_DB_WF').setValue('ws_'+namews);
formNewSite.getForm().findField('AO_DB_WF').setValue('wf_'+namews);
formNewSite.getForm().findField('AO_DB_RB').setValue('rb_'+namews);
formNewSite.getForm().findField('AO_DB_RP').setValue('rp_'+namews);
}, c);