[CLOSED] for uppercase in ext:TextField

  1. #1

    [CLOSED] for uppercase in ext:TextField

    Hi
    is it possible to force only uppcase letters in a ext:textfield?

    /Mikael
  2. #2

    RE: [CLOSED] for uppercase in ext:TextField

    Hi Mikael,

    There is no automatic property, but you could set the following:

    Example

    <ext:TextField ID="TextField1" StyleSpec="text-transform:uppercase;" runat="server" />
    Just remember to convert the .Text string to uppercase when saving the data. Even though the text appears to be uppercase, the text will still be submitted in whatever case was typed.

    Hope this helps.
    Last edited by geoffrey.mcgill; Feb 05, 2015 at 3:50 AM.
    Geoffrey McGill
    Founder
  3. #3

    RE: [CLOSED] for uppercase in ext:TextField

    Oh very nice! thanx!


    /Mikael
    Last edited by geoffrey.mcgill; Feb 05, 2015 at 3:49 AM.
  4. #4
    Related thread, updated for Ext.NET 3, see

    http://forums.ext.net/showthread.php...case-Textfield
    Geoffrey McGill
    Founder

Similar Threads

  1. [CLOSED] Uppercase Textfield
    By rguardado in forum 3.x Legacy Premium Help
    Replies: 2
    Last Post: Feb 05, 2015, 4:18 AM
  2. Replies: 3
    Last Post: Nov 12, 2014, 12:11 PM
  3. Replies: 5
    Last Post: Aug 16, 2013, 2:40 PM
  4. [CLOSED] BodyStyle - uppercase distinction
    By SouthDeveloper in forum 1.x Legacy Premium Help
    Replies: 9
    Last Post: Feb 25, 2011, 6:44 PM
  5. [CLOSED] Uppercase in a textfield in a gridpanel
    By Jurke in forum 1.x Legacy Premium Help
    Replies: 4
    Last Post: Dec 09, 2009, 4:34 AM

Posting Permissions