• Global community
    • Language:
      • Deutsch
      • English
      • Español
      • Français
      • Português
  • 日本語コミュニティ
    Dedicated community for Japanese speakers
  • 한국 커뮤니티
    Dedicated community for Korean speakers
Exit
0

text box Required

New Here ,
Feb 04, 2021 Feb 04, 2021

Copy link to clipboard

Copied

 

I have this code on a drop-down in Designer

How do I make the text box (txtBox) Required when it’s visible?

form1.#subform[0].Soft_Title::exit - (JavaScript, client)

 

//app.alert(this.rawValue);

if(this.rawValue==42){

 

    txtBox.presence = "visible";

}else{//Yes

    txtBox.presence =  "hidden";

 

    }

 

 

Views

137

Translate

Translate

Report

Report
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting. Learn more
community guidelines
Community Expert ,
Feb 04, 2021 Feb 04, 2021

Copy link to clipboard

Copied

LATEST

Votes

Translate

Translate

Report

Report
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting. Learn more
community guidelines