remove/hide a list title on a dialog new form
- Dmitry Kozlov
- Site Admin
- Posts: 1524
- Joined: Thu Jun 07, 2012
Hi,
Insert the following code into the new form via JS-editor of Forms Designer:
$('.ms-dlgTitle', window.parent.document).hide();
Insert the following code into the new form via JS-editor of Forms Designer:
$('.ms-dlgTitle', window.parent.document).hide();
- Dmitry Kozlov
- Site Admin
- Posts: 1524
- Joined: Thu Jun 07, 2012
Hi,
You can change CSS properties with jQuery:
https://learn.jquery.com/using-jquery-c ... imensions/
ex.:
$('.ms-dlgTitle', window.parent.document).css('fontSize', '100px');
You can change CSS properties with jQuery:
https://learn.jquery.com/using-jquery-c ... imensions/
ex.:
$('.ms-dlgTitle', window.parent.document).css('fontSize', '100px');
-
- Information
-
Who is online
Users browsing this forum: No registered users and 8 guests