I would like to use the onblur javascript feature when a user leaves a text box in the edit view of sugarcrm5.0.0b
As a test I added:
to the <Sugar Install>/modules/<module>/metadata/editviewdefs.phpCode:'displayParams' => array ('javascript'=>'{literal}onchange="alert(this.value);"{/literal}'),
however the javascript never makes it to the code as I view it through the IE viewsource
I also changed the tabindex to confirm the code is not getting hung up in a cache file.
So to sum up I can confirm some of the parameters are making it to the final output, but the onblur is not.
Any help?


LinkBack URL
About LinkBacks



Reply With Quote
Bookmarks