[CLOSED] customization required field message

  1. #1

    [CLOSED] customization required field message

    how I can customize the following message?

    Click image for larger version. 

Name:	Captura.JPG 
Views:	36 
Size:	7.4 KB 
ID:	5856


    thanks!
    Last edited by Baidaly; Mar 20, 2013 at 9:59 PM. Reason: [CLOSED]
  2. #2
    Hello!

    You should override it in prototype:
    Ext.form.RadioGroup.prototype.blankText = "YourText";
  3. #3
    Hello,

    It is also possible via a RadioGroup's BlankText property.
    <ext:RadioGroup runat="server" AllowBlank="false" BlankText="Some BlankText">
  4. #4
    Quote Originally Posted by Daniil View Post
    Hello,

    It is also possible via a RadioGroup's BlankText property.
    <ext:RadioGroup runat="server" AllowBlank="false" BlankText="Some BlankText">
    Thanks for the help, it works fine

Similar Threads

  1. Required Field Validation
    By t0ny in forum 1.x Help
    Replies: 10
    Last Post: Aug 25, 2014, 12:01 PM
  2. AllowBlank(This field is required)
    By pooja in forum 1.x Help
    Replies: 1
    Last Post: Mar 19, 2013, 1:48 AM
  3. [CLOSED] Required field validation for mask input
    By MTSI in forum 2.x Legacy Premium Help
    Replies: 2
    Last Post: Mar 11, 2013, 6:51 PM
  4. [CLOSED] Some users have message : Missing the required DirectRequestModule
    By ddslogistics in forum 1.x Legacy Premium Help
    Replies: 3
    Last Post: Dec 14, 2012, 1:00 PM
  5. [CLOSED] FormPanel required field
    By turione in forum 1.x Legacy Premium Help
    Replies: 6
    Last Post: Aug 20, 2009, 2:33 PM

Posting Permissions