Click on disabled TextField - catch the event

  1. #1

    Click on disabled TextField - catch the event

    There's an TextField
    <ext:TextField runat="server"  Disabled="true">
    Is it possible to catch the event of clicking on it?
  2. #2
    Hi,

    A disabled input element is un-clickable.
    http://www.w3schools.com/tags/att_input_disabled.asp

    You can be interested in:
    http://stackoverflow.com/questions/3...disabled-input

Similar Threads

  1. TextField disabled bug ?
    By xtremexploit in forum 1.x Help
    Replies: 5
    Last Post: Nov 14, 2011, 4:41 PM
  2. [CLOSED] TabPanel: catch event before closing a tab
    By RomualdAwessou in forum 1.x Legacy Premium Help
    Replies: 8
    Last Post: Jul 13, 2010, 4:57 PM
  3. [CLOSED] disabled textfield
    By idrissb in forum 1.x Legacy Premium Help
    Replies: 10
    Last Post: Nov 23, 2009, 8:17 PM
  4. [CLOSED] Event Catch-Up bug w/BorderLayout
    By randy85253 in forum 1.x Legacy Premium Help
    Replies: 3
    Last Post: Oct 04, 2009, 2:39 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