[CLOSED] [1.0] TriggerField read-only

  1. #1

    [CLOSED] [1.0] TriggerField read-only

    In the below example, the ReadOnly property appears to have no effect on the TriggerField when set in v1.0.

    <ext:TriggerField 
        ID="TriggerField2" 
        runat="server" 
        Width="200" 
        ReadOnly="true">
        <Triggers>
            <ext:FieldTrigger Icon="Clear" Qtip="Click to clear field" HideTrigger="true" />
            <ext:FieldTrigger Icon="Ellipsis" Qtip="Click to choose value" />
        </Triggers>
    </ext:TriggerField>
    In version 0.8, setting "ReadOnly" to true would have disabled any text input.

    Thanks,

    Dan
  2. #2

    RE: [CLOSED] [1.0] TriggerField read-only

    Hi Dan,

    I can confirm ReadOnly="true" is not working as expected in v1.0. We're investigating.


    Thanks for pointing out the defect.


    Geoffrey McGill
    Founder
  3. #3

    RE: [CLOSED] [1.0] TriggerField read-only

    Hi,

    Fixed. Please update from SVN
  4. #4

    RE: [CLOSED] [1.0] TriggerField read-only

    Many thanks.

    Dan

Similar Threads

  1. [CLOSED] Read from grid, add to combobox
    By Pablo_Azevedo in forum 1.x Legacy Premium Help
    Replies: 3
    Last Post: Feb 27, 2011, 4:22 PM
  2. [CLOSED] Read Only NumberField
    By iansriley in forum 1.x Legacy Premium Help
    Replies: 7
    Last Post: Nov 04, 2010, 6:25 PM
  3. [CLOSED] Formpanel read-only
    By 78fede78 in forum 1.x Legacy Premium Help
    Replies: 10
    Last Post: Oct 08, 2010, 3:40 PM
  4. [CLOSED] Read GridPanelRows
    By GmServizi in forum 1.x Legacy Premium Help
    Replies: 2
    Last Post: Aug 03, 2009, 12:40 PM

Posting Permissions