Javascript-форум (https://javascript.ru/forum/)
-   ExtJS (https://javascript.ru/forum/extjs/)
-   -   InputTextMask - undefined is not a function (https://javascript.ru/forum/extjs/43047-inputtextmask-undefined-not-function.html)

demi 19.11.2013 20:38

InputTextMask - undefined is not a function
 
Добрый день

нашел плагин для extjs маска вводимого текста
https://gist.github.com/loiane/909119


при попытке использовать его
var dateTimeField = new Ext.form.TextField({plugins: [new Ext.ux.InputTextMask('99/99/9999 99:99', true)]});


выдает ошибку
undefined is not a function column.js
и
Cannot read property 'length' of undefined ext-all.js

кто-нибудь пользовался этим плагином?
в чем может быть ошибка?

demi 20.11.2013 07:48

делаю как в примере
все равно появляются ошибки:
Uncaught TypeError: Cannot read property 'dom' of null ext-all.js:1
Uncaught TypeError: Cannot read property 'length' of undefined ext-all.js:1


Часовой пояс GMT +3, время: 15:48.