Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

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"\]
    ]

//TODO: add example here on how to use JSON Result Type

Warning
titleScape character on returned text

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

...