Press Ctrl / CMD + C to copy this to your clipboard.
This post will be reported to the moderators as potential spam to be looked at
I'm currently working on a custom section for umbraco, in which there are some input fields, and these input fields have labels, bur the labels does not activate the input field when clicked on.
I have added the input fields as shown below:
<umb-control-group label="Name"> <input type="text" id="orderStatusName" ng-model="orderStatus.name" class="umb-editor umb-textstring" /> </umb-control-group> <umb-control-group label="Alias"> <input type="text" ng-model="orderStatus.alias" class="umb-editor umb-textstring" /> </umb-control-group> <umb-control-group label="Recalculate finalized order"> <input type="checkbox" ng-model="orderStatus.recalculateFinalizedOrder" /> </umb-control-group>
Can anyone help me?
-Jeppe
is working on a reply...
Write your reply to:
Upload image
Image will be uploaded when post is submitted
Custom section labels not working properly
I'm currently working on a custom section for umbraco, in which there are some input fields, and these input fields have labels, bur the labels does not activate the input field when clicked on.
I have added the input fields as shown below:
Can anyone help me?
-Jeppe
is working on a reply...