[CLOSED] Getting value from disabled textfield?

  1. #1

    [CLOSED] Getting value from disabled textfield?

    Hi
    I want to get the value from a disabled textfield, why cant I do that?

    /Mikael
  2. #2

    RE: [CLOSED] Getting value from disabled textfield?

    Hi Mikael,

    All html controls (ASP.NET Web controls, hidden fields which used Coolite) don't submitted to the server if these controls disabled. It is standard behaviours. So, if change value on client and then disabled control then you never see this changes on server-side.

    I am not sure that I clear understood you. Do you can't read value on client side or server side?


  3. #3

    RE: [CLOSED] Getting value from disabled textfield?

    server side, Im trying to get the text property of a ext:textfied on the server side. That is disabled

    /mikael
  4. #4

    RE: [CLOSED] Getting value from disabled textfield?

    I understood, the reasons I described above. Do you change value of this disabled controls on client side programatically?
    In any way on server side for disabled controls will be value which setted on server side, any client-side changes never submitted to the server.


  5. #5

    RE: [CLOSED] Getting value from disabled textfield?

    Okay I understand.
    No problem.
    /Mikael

Similar Threads

  1. [CLOSED] CSS class for disabled TextField
    By vadym.f in forum 1.x Legacy Premium Help
    Replies: 8
    Last Post: Jun 07, 2012, 5:48 PM
  2. TextField disabled bug ?
    By xtremexploit in forum 1.x Help
    Replies: 5
    Last Post: Nov 14, 2011, 4:41 PM
  3. Click on disabled TextField - catch the event
    By AlexMaslakov in forum 1.x Help
    Replies: 1
    Last Post: Nov 14, 2011, 12:31 PM
  4. [CLOSED] disabled textfield
    By idrissb in forum 1.x Legacy Premium Help
    Replies: 10
    Last Post: Nov 23, 2009, 8:17 PM
  5. Can't read value from disabled textfield
    By Ares in forum 1.x Help
    Replies: 4
    Last Post: Jul 01, 2009, 5:33 PM

Posting Permissions