Add New Item Text
Hi,
I want to write "New Employee" instead of "Add New Item". Can I change this text?
http://prntscr.com/e86xwg
I want to write "New Employee" instead of "Add New Item". Can I change this text?
http://prntscr.com/e86xwg
- Dmitry Kozlov
- Site Admin
- Posts: 1524
- Joined: Thu Jun 07, 2012
Hi,
Assign a CSS-class to the Related Items control, say 'related-items' and put the following code into JS-editor:
$('.related-items a.ms-addnew').text('New Employee');
Assign a CSS-class to the Related Items control, say 'related-items' and put the following code into JS-editor:
$('.related-items a.ms-addnew').text('New Employee');
Hello again,
I want to hide all collums' filter in related table. Can I do this?
http://prntscr.com/e9vrf4
I want to hide all collums' filter in related table. Can I do this?
http://prntscr.com/e9vrf4
- Dmitry Kozlov
- Site Admin
- Posts: 1524
- Joined: Thu Jun 07, 2012
Hi,
Assign a CSS-class to the list view in Forms Designer, say 'related-items' and insert the code into CSS-editor:
.related-items .ms-menuimagecell {
display: none !important;
}
Assign a CSS-class to the list view in Forms Designer, say 'related-items' and insert the code into CSS-editor:
.related-items .ms-menuimagecell {
display: none !important;
}
-
- Information
-
Who is online
Users browsing this forum: No registered users and 24 guests