Expand my Community achievements bar.

DKinsley
DKinsley
Offline
Type
  • All
  • Questions
  • Discussions
  • Ideas
  • Blogs
Filter by user contributions
  • Thanks very much.

    Type

    Questions

    Views

    1.3K

    Likes

    0

    Replies

    0
  • Yes - I have script that opens the dropdown list when the focus is on that dropdown object. We need the user to be able to start typing the first letter or two to shorten the list. We wanted it to work regardless if they type lower or uppercase letters. Yes - it allows custom entries.

    Type

    Questions

    Views

    1.3K

    Likes

    0

    Replies

    0
  • Can anyone help me with this?

    Type

    Questions

    Views

    1.3K

    Likes

    0

    Replies

    0
  • I seperated the top section of the script from the bottom and this part will not work.var vUserInput = [];for (var i=0; i<this.length; i++){ vUserInput.push(this.getDisplayItem(i).toUpperCase());}Can you help?

    Type

    Questions

    Views

    1.3K

    Likes

    0

    Replies

    0
  • This is what I have but I can't get it to work... what do I have wrong?var vUserInput = [];for (var i=0; i<this.length; i++) { vUserInput.push(this.getDisplayItem(i).toUpperCase());}// Check that the value is not in the arrayif (this.rawValue !== null && vUserInput.lastIndexOf(this.rawValue.toUpperC...

    Type

    Questions

    Views

    1.3K

    Likes

    0

    Replies

    0
  • I tried the following but it does not work.var vUserInput = toTitleCase([]);for (var i=0; i<this.length; i++) { vUserInput.push(this.getDisplayItem(i));}

    Type

    Questions

    Views

    1.3K

    Likes

    0

    Replies

    0
  • I guess I am not sure how to do what you are suggesting. Are you saying to write a script that changes the users entry to upper case and then one that changes it to lower case? and compare both?What function/script changes the case of the users entry?

    Type

    Questions

    Views

    1.3K

    Likes

    0

    Replies

    0
  • Is there a way to have the script ignore upper and lower case?I have a script that creates an array of the dropdown items then compares the users input to see if there is a match. The user needs to know to capitilize the first letter or a match will not be found. I want the script to find a match ev...

    Type

    Questions

    Views

    2.5K

    Likes

    0

    Replies

    11
  • Thank you

    Type

    Questions

    Views

    359

    Likes

    0

    Replies

    0
  • I need to be able to include backslashs in a script that adds text to a textfield.Example:    this.rawValue = "\\Start\now.";

    Type

    Questions

    Views

    762

    Likes

    0

    Replies

    2