Add the cards and the graphs

13 views
Skip to first unread message

Itismita Parida

unread,
Nov 6, 2025, 12:26:53 AMNov 6
to Kaizen Framework
Hello  hardhik sir 
 I need your help in the Internal code in html, Can we have a call today .

Itismita Parida

unread,
Nov 12, 2025, 11:49:42 PMNov 12
to Kaizen Framework
$(document).ready(function () {
if ($('#kz_formTypeId').val()=='0'){
$('#tabContent').prepend('<div id="AddNewButton">+ Add New</div>');

$("#AddNewButton").click(function () {
$("#kz_addnew").dialog({
title: $('#pageTitle').text(),
autoOpen: true, // Don't open automatically on page load
modal: true,     // Make it a modal dialog
width: $(window).width()*0.95,      // Set desired width
height: $(window).height()*0.95      // Set desired height
});
});
$('#pageContentDivColumn > ul').hide();
}
});

where to add this ?

Vipul Parekh

unread,
Nov 13, 2025, 1:03:47 AMNov 13
to kaizenf...@googlegroups.com, Nikhil Daftary
Dear Itismita,

You have to paste this code in UserData\js\script.js at the start of the page.

Then give css to #AddNewButton for the button.






--
You received this message because you are subscribed to the Google Groups "Kaizen Framework" group.
To unsubscribe from this group and stop receiving emails from it, send an email to kaizenframewo...@googlegroups.com.
To view this discussion visit https://groups.google.com/d/msgid/kaizenframework/201eb9d0-d588-4b91-ab3a-4fc2e0f43389n%40googlegroups.com.

Itismita Parida

unread,
Nov 13, 2025, 3:07:59 AMNov 13
to Kaizen Framework
These is no User data file in my system
Reply all
Reply to author
Forward
0 new messages