Use widget value in options while we may have no get_value like readonlys

This commit is contained in:
Hadi Nategh 2015-01-05 15:12:10 +00:00
parent 9dea759bad
commit 6ad027d446

View File

@ -756,7 +756,7 @@ var AppJS = Class.extend(
var titleWidget = this.et2.getWidgetById('title');
if (titleWidget)
{
return titleWidget.get_value();
return titleWidget.options.value;
}
else
{