Dear All,
In order to be as secure as possible with DNN i've update my application from 4.7 to 4.8.3. I've made a module for webforms generation who is using the ajax control toolkit to implement some input mask & validation. Since the update, the dynamic MaskedEditExtender control is not added to the page. The 'parent' MaskedEditValidator control is working fine but no input mask !
After some research, the following javascript add_init function is missing in the page source code :
Sys.Application.add_init(function() {
$create(AjaxControlToolkit.MaskedEditBehavior, {"AutoComplete":false,"ClientStateFieldID":"dnn_ctr381_WebForms_meee3_ClientState","CultureAMPMPlaceholder":"","
CultureCurrencySymbolPlaceholder":"€","CultureDateFormat":"DMY","CultureDatePlaceholder":"/","CultureDecimalPlaceholder":",","CultureName":"fr-FR","CultureThousandsPlaceholder":" ","CultureTimePlaceholder":":","Mask":"99/99/9999","MaskType":1,"MessageValidatorTip":false,"id":"dnn_ctr381_WebForms_meee3"}, null, null, $get("dnn_ctr381_ViewMercerWebForms_3"));
});
Any idea why i get this problem after the DNN update from 4.7 to 4.8.3 ? I've to solve this issue to get the 4.8.3 in production.
Thanks for your collaboration on this blocking issue.
Denis