Tuesday, 2 February 2016

Creating a Template in BPM 8.5

Creating a Template in BPM 8.5:

 
You have requirement that in one step,you have update webpages across all interfaces.You can do it by using coach view templates.By modifying the code in coach view template you can update the webpages across all interfaces. 
You can speed up the interface development.

Create consistency across all applications.

Download any image file from internet.
Upload the image for background.
In Process Designer,

  1. Click the Add icon for Files and then select Web File.Add the image file as a web file.
  2. Create the My Template coach view:
    1. Click the Add icon for User Interface and then select Coach View.
    2. Create the My Template coach view.
 3.Define the layout of the My Template coach view:
  1. In the Layout page of the coach view, drop a custom HTML item onto the layout canvas.
In the properties of the custom HTML item, add the following HTML code as text that goes in the header.
<div id="header">
	








 




 Drop a content box below the custom HTML item for the content area. The content box is a placeholder for content that is defined by coach views and coaches that users create based on the My Template coach view. In this case, content placed in the content box fits between the header and footer in the My Template coach view.


 




In the Layout page of the coach view, drop a custom HTML item onto the layout canvas below the content box.
In the properties of the second custom HTML item, add the following HTML code as text that goes in the footer 

</div>

 
 
 In the Behavior page, define the look of the My Template coach view by adding the following code as inline CSS:
 #image{
background-image: url("1.jpg");
 

To make the My Template coach view into a template, in the Overview page select Use as a Template.
 
 
 Save the My Template coach view.


















1 comment:

  1. Thank you Murali. Your Blog helps me a lot. All the best for your blog.

    ReplyDelete