html field will be vaery useful if you want to show information to user.
This information is not stored into table, this is for only display purpose
Code:
Here myhtml is html field added to Student doctype
Onload form, html field will be show "Student Info"
This information is not stored into table, this is for only display purpose
Code:
frappe.ui.form.on("Student", "onload", function(frm,doctype,name) {
$(cur_frm.fields_dict.my_html.wrapper).html("Student Info");
});
Here myhtml is html field added to Student doctype
Onload form, html field will be show "Student Info"
workshops from traditional lecture style to self-paced style, using the KA online courses and coaching tools.psd to html
ReplyDelete