Widget
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎12-20-2023 02:59 AM
I want to add a text field called "Reject Reason" below Reject button in a widget. Can you please help me with the html code for the comment field.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎12-20-2023 03:04 AM
Hi
can you please share the code?
Thanks and Regards,
Saurabh Gupta
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎12-20-2023 03:06 AM
<div>
<!-- your widget template -->
<button type="button" class="btn btn-primary" ng-click="aprrove()">Accept</button>
<button type="button" class="btn btn-primary" ng-click="reject()">Reject</button>
<div ng-if = "ShowComments">
<div class="comment">
</div>
<button type="button" class="btn btn-primary" ng-click="submitForm()">OK</button>
</div>
</div>
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎12-20-2023 03:09 AM
Hi,
Pls refer below link and take as a reference and create as per your requirement.
Suresh.