Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.
Comment: typos

...

Note
titleAutocompleter input format

Wiki Markup
    The text to be returned from your action must be a list in [JSON|http://json.org/] (Javascript Object Notation).
    Make sure your action returning the JSON list is not decorated adding any extra content.
    Like:
    [
        \["Display Text1", "Value1"\],
        \["Display Text2", "Value2"\]
    ]

Warning
titleScape Escape character on returned text

Remember to scape escape characters like \ and ' on the text returned from the action used with the autocompleter tag. See JSON documentation for more details.

...

This autocompleter reloads its content everytime the user types into the textbox, and the text lenght length is greater than or equal to 4:

...