Created
October 31, 2019 10:24
-
-
Save epgarcia/178df066245955b7288885549a36d581 to your computer and use it in GitHub Desktop.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<%@ include file="/init.jsp" %> | |
<aui:input name='<%= ContentTargetingUtil.GUID_REPLACEMENT + "myField" %>' label="label" value="<%= initialValue %>"> | |
<aui:validator name="required" /> | |
</aui:input> |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment