Expand my Community achievements bar.

Archyron
Archyron
Offline
Type
  • All
  • Questions
  • Discussions
  • Ideas
  • Blogs
Filter by user contributions
  • No you should be fine there. I believe I misinterpreted your intent from your code... This is the code you want to use: if (this.rawValue == 1)  {     this.resolveNode("RAConcur.Comments").presence="visible";}Just make sure you place the code into the change event of your radio button and that the v...

    Type

    Questions

    Views

    5.7K

    Like

    1

    Replies

    0
  • You are missing your semicolons.var choice = this.resolveNode("RAConcur.Comments").rawValue;if (choice == 1)     this.presence = "visible";Livecycle is a poor place to learn proper javascript syntax as it is not a proper editor. Try some quick online courses to get some of the basics down and I can ...

    Type

    Questions

    Views

    5.7K

    Likes

    0

    Replies

    0
Top badges earned by Archyron
Customize the badges you want to showcase on your profile