How to use DV Action Buttons in a New Page?

Got something cool to share with AppGini users? Feel free to post it here!
Post Reply
mohamed
Veteran Member
Posts: 80
Joined: 2020-04-19 16:18

How to use DV Action Buttons in a New Page?

Post by mohamed » 2022-07-28 12:24

Hello,

I have managed - to display Detail View of a record in a new page instead of the default page
ProjectDirectry\templates\Network_templateDV.html

But I don't know how add the Action Buttons:
Save Changes
< Back
Print Preview
Delete
Save As Copy
Next



1. Is it possible ?

2. Do I need to use INCLUDE in the new page or so, to call these funtions, etc ?



The default or original code in ProjectDirectry\templates\Network_templateDV.html

Code: Select all

		<!-- DV action buttons -->
		<hr class="hidden-md hidden-lg">
		<div class="col-md-4 col-lg-2" id="Fortinet_dv_action_buttons">
			<div class="btn-toolbar">
				<div class="btn-group-vertical btn-group-lg" style="width: 100%;">
					<%%UPDATE_BUTTON%%>
				</div><p></p>
				<div class="btn-group-vertical btn-group-lg" style="width: 100%;">
					<%%DESELECT_BUTTON%%>
					<%%DVPRINT_BUTTON%%>
					<%%DELETE_BUTTON%%>
				</div><p></p>
				<div class="btn-group-vertical btn-group-lg" style="width: 100%;">
					<%%INSERT_BUTTON%%>
				</div>
			</div>
		</div>
THANK YOU...
AppGini Pro 24.11 -
Calendar - Search Page Maker - Summary Reports - Mass Update - DataTalk -
bizzworxx AppGini Helper JabaScript Library - bizzworxx Inline Detail-View - bizzworxx Helper Pack - AppGini Helper Packaging Tool -
Udemy course

Post Reply