02-28-2011 01:51 AM
03-06-2011 09:47 PM
03-07-2011 05:12 PM
03-08-2011 04:59 AM
03-08-2011 04:50 PM
03-09-2011 10:01 AM
03-10-2011 02:32 AM
this.editor.subscribe("onChange", this._handleContentChange, this, true);
if (this.editor.isDirty())
{
this.editor.save();
// inform the forms runtime if this field is mandatory
if (this.options.mandatory)
{
YAHOO.Bubbling.fire("mandatoryControlValueUpdated", this);
}
}
03-11-2011 02:02 PM
03-11-2011 04:05 PM
05-15-2013 08:36 AM
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.