Forum Post: RE: Hide/Show Controls

  • Thread starter Thread starter schase
  • Start date Start date
Status
Not open for further replies.
S

schase

Guest
Be careful using the IDs. They change J Better to use meaningful names for the control you are interested in and use the function that uses the control name. Thanks -Shelley From: meyrick [mailto:bounce-meyrick@community.progress.com] Sent: Thursday, February 06, 2014 1:53 AM To: TU.Mobile@community.progress.com Subject: RE: Hide/Show Controls RE: Hide/Show Controls Reply by meyrick Thanks for all the help. This was what i used to get the code to work: if (Appery('cboType').val() == '13') { Appery('cboBadgeType').parent().show(); } else { Appery('cboBadgeType').parent().hide(); } Stop receiving emails on this subject. Flag this post as spam/abuse.

Continue reading...
 
Status
Not open for further replies.
Back
Top