Monday, June 13, 2011

How to remove the null at the bottom of the af:carousel item ?

In IE browser, at the bottom of the component the null is displayed, that is in build item will displayed by the weblogic server on page rendering, So you can make it disappear using the script on the page load.






document.getElementById(‘c1:it’).style.visibility=’hidden’;

c1:it – is the id of the carousel component. If the carousel appears inside some page template say the page template id pt1, then the carousel id will be pt1:c1:it. If you don’t know to find the proper id, you can find it in the html source in the browser view->source.

download source here





2 comments:

  1. It’s all about ADF…. Dude I have few java stuffs at my site. Need your support…
    http://kumkumaa.blogspot.com

    ReplyDelete
  2. You don't need this. Just add one space in carousel item text property.

    Vinay
    techartifact.com

    ReplyDelete