K2 for Sharepoint 2013 Webpart and worklist controls.

  • 22 March 2017
  • 1 reply
  • 4 views

Badge +4

-  What is the recommended process to style the K2 Worklist? (files location, process, tips/gotchas) We have a particular look & feel we would like to apply.

 


-  Is there a direct method (via URL string/Javascript) to access the Out of Office controls for a user? If not, what method would you recommend for us to be able to access those controls?

 


1 reply

Userlevel 6
Badge +16

Hi Mr. Blue,


 


I’m assuming this is for K2 Smartforms worklist control. You can accomplish this by modifying the CSS file for worklist control.


This example is based on Leaf theme.



  1. Backup "C:Program Files (x86)K2 blackpearlK2 smartforms RuntimeStylesThemesLeafSourceCode.Forms.Controls.Web.ControlPack.Worklist.Resources.Style.Worklist.ControlPack.css"

  2. For example, I change background of the control header to red: http://www.screencast.com/t/yjKRszY9WF


.theme-entry .SourceCodeFormsControlsWorklist .nav


{


                background: red;


}



  1. Save the .css file and clear the Smartform caching via IISRSET or (http://help.k2.com/onlinehelp/K2smartforms/DevRef/current/default.htm#Deploying_and_Registering_Custom_Themes.htm)

Reply