Version (2.0) Microsoft JScript runtime error: Unable to get value of the property 'value'

  1. #1

    Version (2.0) Microsoft JScript runtime error: Unable to get value of the property 'value'

    Hello everyone

    Why in the version (1.3) this command
    X.AddScript (Ext.getCmp ('phone'). Dom.value)
    works normally and the version (2.0) this error appears
    Microsoft JScript runtime error: Unable to get value of the property 'value': object is null or undefined

    Thank you very much
    Last edited by Daniil; Apr 04, 2012 at 4:26 PM. Reason: Please use [CODE] tags
  2. #2
    Hi,

    Well, "Dom" must be lower-case.
    Ext.getCmp('phone').dom.value
  3. #3
    Thank Daniil

    It failed in typing. In fact the problem has to do with two of the JQuery plugin (Masked Input Plugin and MeioMask) that worked in version 1.3 of Ext.NET and now in version 2.0 does not work. If you have any information about it, I'll be waiting for the reply and congratulations on this great development tool


    Quote Originally Posted by Daniil View Post
    Hi,

    Well, "Dom" must be lower-case.
    Ext.getCmp('phone').dom.value
  4. #4
    I guess these plugins are not updated to use in ExtJS4.

Similar Threads

  1. Replies: 5
    Last Post: Mar 16, 2012, 2:47 PM
  2. Replies: 0
    Last Post: Sep 29, 2011, 4:46 PM
  3. [CLOSED] getItemId - Microsoft JScript runtime error
    By asztern in forum 1.x Legacy Premium Help
    Replies: 2
    Last Post: Oct 04, 2010, 2:45 PM
  4. Microsoft JScript runtime error
    By kiran malgi in forum 1.x Help
    Replies: 4
    Last Post: May 27, 2010, 1:28 AM
  5. Microsoft JScript runtime error: 'Ext' is undefined
    By Satyanarayana murthy in forum Open Discussions
    Replies: 11
    Last Post: Mar 31, 2010, 11:54 AM

Tags for this Thread

Posting Permissions