Add New Item Text

Discussions about Forms Designer for SharePoint 2013 / 2016 and Office 365.
Locked
ksertkaya
Posts: 87
Joined: Wed Nov 18, 2015

13 Feb 2017

Hi,

I want to write "New Employee" instead of "Add New Item". Can I change this text?

http://prntscr.com/e86xwg

User avatar
Dmitry Kozlov
Site Admin
Posts: 1524
Joined: Thu Jun 07, 2012

14 Feb 2017

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');

ksertkaya
Posts: 87
Joined: Wed Nov 18, 2015

14 Feb 2017

Thanks Dimitry!

ksertkaya
Posts: 87
Joined: Wed Nov 18, 2015

17 Feb 2017

Hello again,



I want to hide all collums' filter in related table. Can I do this?



http://prntscr.com/e9vrf4

User avatar
Dmitry Kozlov
Site Admin
Posts: 1524
Joined: Thu Jun 07, 2012

20 Feb 2017

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;
}

ksertkaya
Posts: 87
Joined: Wed Nov 18, 2015

24 Feb 2017

Hi,


It works but I can still filtering in related table. It should not allow filtering. Is it possible?


Thanks in advance.

ksertkaya
Posts: 87
Joined: Wed Nov 18, 2015

24 Feb 2017

It works:

.related-items.ms-core-menu-list {

display: none !important;

}

Thanks!

Locked
  • Information
  • Who is online

    Users browsing this forum: No registered users and 24 guests