11-06-2009 09:53 AM
wf_requiredPercent = 100;instead of this
wf_requiredPercent = wf_requiredApprovePercent;, but it still asks me for this in the UI.
11-09-2009 05:38 AM
10-14-2013 01:32 AM
09-30-2014 08:28 AM
onReady: function PercentageApprove_onReady()
{
Dom.get(this.id).value = 100; //Custom line !
this._updateCurrentValue();
// Add listener for input field to keep the generated value up-to-date
Event.addListener(this.id, "keyup", this._handleFieldChange, this, true);
},
Tags
Find what you came for
We want to make your experience in Hyland Connect as valuable as possible, so we put together some helpful links.