Skip to end of metadata
Go to start of metadata

You are viewing an old version of this page. View the current version.

Compare with Current View Page History

Version 1 Current »

Syntax: non-printable characters

To ignore elements inside an jquery “\n” can be utilized inside an alias defintion. In the example below the DIV name contains new-line control characters. If copy/pasted as alias, GRAVITY can’t handle that information correctly.

To make it work, remove the new-line control characters with the definitos you use in Regex:

  • like tabs \t

  • new-lines \n

  • carriage returns \r

The example from above leads to the following alias:

Tickets\n\nNeues Ticket\nMeine T

  • No labels