@text
Using the @text expression allows for more precise placement of the gv-text, gv-textarea, gv-wysi and gv-link's text.
Expression
@text
Works With
Basic
Example
<div>
<h1 gv-text><span>...</span>@text</h1>
<p gv-textarea><span>...</span>@text</p>
<p gv-wysi><span>...</span>@text</p>
<a gv-link href="@href">@text</a>
</div>
Pro Tips
@text is especially helpful if you need to nest controls or set up icons within the text.