Client Side Rendering "Custom Field"
in
SharePoint Development
- on
3:43 AM
-
1 comment
Target:
In SharePoint development make your change as least as can to make customization simple and don't lost any SharePoint features.
If you want to change field displaying in SharePoint list forms, this don't mean replace all list forms make it simple by replacing field html only. Client Side Rendering (CSR) will help us to do this.
If you want to change field displaying in SharePoint list forms, this don't mean replace all list forms make it simple by replacing field html only. Client Side Rendering (CSR) will help us to do this.
Add Styles to Format Text Tab On the Ribbon
in
SharePoint Tricks
- on
10:04 AM
-
4
comments
Target:
Editor Style (add styles to Format Text tab on the ribbon)
Details:
SharePoint 2013 enables you to add specific styles to your custom CSS
that can be accessed through the ribbon and used by content authors on your
site. You can add styles to the following areas of the Format Text tab on the
ribbon:
·
Font Face: The font face used on the selected text.
·
Font Size: The size of the selected text.
·
Highlight Color: Background color behind the selected text.
·
Font Color: The selection text color.
Profile Customization From A to Z
in
SharePoint Development
- on
12:16 AM
-
2
comments
Target:
Customize SharePoint Profile properties.
Details:
Demo:
Create custom property with name
"gender". By default it renders as textbox, in the following demo we
will change this default behavior to make this property renders as radio button.
1- Open Central
Administration site and click on manage service application link.