cancel
Showing results for 
Search instead for 
Did you mean: 

Running text on my Iview

Former Member
0 Kudos

Hi,

I want to display various events happened in the organisation on my Home page and effect should be like Marquee in HTML but in my case i want the text should run upwards.

.

Ex: Quiz Event

(some text regarding event)

Holidays

(List of Holidays)

Prize distribution

(some text)

and these should be going upwards. What should be my approach.

Accepted Solutions (1)

Accepted Solutions (1)

Former Member
0 Kudos

Hi Parth,

Would like you to use an XML iview for this.

For more information please go through the link:

Or you can also try going for KM News iview.

Regards

Atul Shrivastava

Answers (2)

Answers (2)

Former Member
0 Kudos

create an abstract portal component

attach a jsp file to it.

include the code for marquee inside jsp.

then deploy the whole thing

create iView out of it

that is it.

cheers

stl.....

Former Member
0 Kudos

hi parth,

This is easy.

Create jsp dyn page or use abstract portal component and include the Jsp for Marqueee inside that.-> create an iView out of the PAR file from this:-


<marquee align="top" direction="left" loop="infinite" behaviour="scroll" scroll amount="5" scrolldelay="100">
//your text here
-----
-----
</marquee>

the available options are right/left under the direction. I don't think one which going up would be possible with Marquee.


or if you can create the images for these events and you can change the requirement to somthing like one after another then refer this link

<a href="http://www.dynamicdrive.com/dynamicindex14/image4.htm">dynamic drive example</a>

if you need the links, use them or leave that portion as such.

Cheers

Stl...

Former Member
0 Kudos

Hi Parth,

Please update and close the thread if your issue is resolved.

Regards

Atul Shrivastava

PS: Award points for helpful answer.