cancel
Showing results for 
Search instead for 
Did you mean: 

How to display message in Default Frame work Page (Page Title bar)

Former Member
0 Kudos

Dear Guru,

I want to display message in Page Title Bar , and that message should move like(Marquee in html) . So please any one suggest how to do and that message should be display for certain time.

Thanks and regards

Kumar Rakesh.

Accepted Solutions (0)

Answers (2)

Answers (2)

Former Member
0 Kudos

Kumar,

create a bsp application and create an iview from it and put it in default framework page

code for the same

<%@extension name="htmlb" prefix="htmlb" %>

<%@extension name="bsp" prefix="bsp" %>

<htmlb:content design="design2003" >

<htmlb:document>

<htmlb:documentHead>

<htmlb:headInclude />

<style type="text/css">

.urBdyStd { background-color: "#455F55"; }

</style>

</htmlb:documentHead>

<htmlb:documentBody>

<marquee scrollamount="3" >

<%-- <htmlb:textView

encode ="true"

id="a"

textColor = "white"

text = "BI Reports are currently down" />--%>

<b><font size="2" color="red"><%=wa_rep-s_message%></font></b>

</marquee>

</htmlb:documentBody>

</htmlb:document>

</htmlb:content>

Former Member
0 Kudos

Bala,

Thanks for reply but the problem is here client want validity period with message.I am not able to fix valid from and valid to date.

please give suggestion.

Thanks and regards

Rakesh

Former Member
0 Kudos

Hi..

For making Awish lets say a bday wish..

In my approach

Create a custom portal component for this purpose.

Check the portal component which can access the data from HR module.

Then create the iView from this portal component and add this iView to the default framework page of the user.

Make the visibility of tray of the iView to false.

So it will not be visible to the user but will be running.

When the user logs in, the date is validated and if correct, it can give a pop-up to the user wishing him...

Hope it helps...

Thanks...

Former Member
0 Kudos

hi Kumar,

For displaying the message in the Page Title Bar, you should donload the corresponding .par file and then do the code level changes and then deploy into the portal.

Thanks and regards,

kris

Former Member
0 Kudos

Hi Kris,

Thanks for reply but they want to display that message for a certain period.

like they want Happy new year wishes for certain period,

any information which is common want to display top of the portal.

Thanks and Regards

Kumar Rakesh.

Former Member
0 Kudos

Hi rakesh,

You will have to modify the par file , there is no other option available, What you can try is create an announcement in collaboration (KMC) and use the api to pick the data , u can set the duration of the announcement.

or you can do a custom altogether.

Regards

Pankaj Prasoon