|
@@ -3,7 +3,9 @@ MWF.xApplication.process.Xform.Number = MWF.APPNumber = new Class({
|
|
|
Implements: [Events],
|
|
Implements: [Events],
|
|
|
Extends: MWF.APPTextfield,
|
|
Extends: MWF.APPTextfield,
|
|
|
iconStyle: "numberIcon",
|
|
iconStyle: "numberIcon",
|
|
|
-
|
|
|
|
|
|
|
+ isEmpty : function(){
|
|
|
|
|
+ return !this.getData();
|
|
|
|
|
+ },
|
|
|
getInputData: function(){
|
|
getInputData: function(){
|
|
|
if (this.node.getFirst()){
|
|
if (this.node.getFirst()){
|
|
|
var v = this.node.getElement("input").get("value");
|
|
var v = this.node.getElement("input").get("value");
|