Expand my Community achievements bar.

blinkin2000
blinkin2000
Offline
Type
  • All
  • Questions
  • Discussions
  • Ideas
  • Blogs
Filter by user contributions
  • Perfect. I changed the event to the click event of the radio and that worked great; also caught the missing .rawValue.Thanks again!

    Type

    Questions

    Views

    1.1K

    Likes

    0

    Replies

    0
  • Thanks Niall,I used your suggestion on the events and it works much smoother. I ended up creating a readOnly text field behind the dropdown to maintain the caption.Since the exact field is utilized multiple locations I've populated the dropdown via JavaScript in a Script Object. My belief is that if...

    Type

    Questions

    Views

    649

    Likes

    0

    Replies

    0
  • Figured out a workaround, hopefully someone can find a better solution. Essentially, change the width of the dropdown on enter, change it back on exit. See below:ProjectBLDGtype::enter - (JavaScript, client) this.w = "1.9375in";ProjectBLDGtype::exit - (JavaScript, client)this.w = "0.9375in";Not eleg...

    Type

    Questions

    Views

    649

    Likes

    0

    Replies

    0
  • Is there a way to expand the displayed values within a dropdown? My binded values are only 2 digits, but the descriptions far exceed my field's width. Please advise.For reference, here is an HTML example of what I am trying to achieve:http://easylistbox.com/demoDropDownToolTip.html

    Type

    Questions

    Views

    1.4K

    Likes

    0

    Replies

    4
  • Thank you. I implemented the recommended line. No luck. Turns out there was some syntax issues that seemed to resolve itself while I was adding the xfa code.The code worked both with and without the xfa.layout.relayout;

    Type

    Questions

    Views

    510

    Likes

    0

    Replies

    0
  • I am attempting to change the rawValue of a Floating Field (ForPartnershipsTXT1) based on a click event of radio buttons (PartnershipRADIO). I originally had a layout:ready event for the Floating Field which would check the status of the radio buttons, which worked. See below:OA_PG2.TnC.ForPartnersh...

    Type

    Questions

    Views

    1.3K

    Like

    1

    Replies

    2
  • Sorry, I was unclear. My form will include JavaScript that will sourcing these textFields in to an outputTextField dependant on a user inuput radio button.Example- page2 (SubForm)- Contact1 (textField that appears on multiple pages with global binding)- Contact2 (textField that appears on multiple p...

    Type

    Questions

    Views

    1.1K

    Likes

    0

    Replies

    0
  • That sample was super helpful. In my case may need to do a combination of relative and absolute SOM expressions.For the sake of consistancy, in my form I have 5 pages (page1, page2,...) where a textField (SCENCSCompany) is present on page2 & page3.If my JavaScript code is on the same page (# 2 &3) I...

    Type

    Questions

    Views

    1.1K

    Likes

    0

    Replies

    0
  • When I reference the data in JavaScript, would I need to provide the full path to the raw data?INTERNAL_ONLY.SCENCSCompany.rawValue;Or is there a shorter way to access the binding values of a field?

    Type

    Questions

    Views

    1.1K

    Likes

    0

    Replies

    0
  • Thanks Niall,Your post was super helpful. I guess my concept of how LC handeld certain JavaScript variables was a little off, but I think I understand now.The Field Pallette is close to what I want, but different. My form is intended to have a "Internal Only" section that can set certain settings or...

    Type

    Questions

    Views

    1.1K

    Likes

    0

    Replies

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