cancel
Showing results for 
Search instead for 
Did you mean: 

EP Resize Function for Inline Dynamic HTML

Former Member
0 Kudos

Our content is inline dynamic HTML from multiple sources and applications. This creates a problem with iViews that don't resize. Vertical nad Horizontal scrollbars result in the iFrames which makes for a very clicky UI.

Is there an easy way to resize auto size iViews due to inline dynamic HTML? Is there a way to auto invoke the Resize function to optimize presentation to NOT use scrollbars?

It would be not feasible to go through all our content repositories and reformat for NetWeaver EP presentation.

Accepted Solutions (1)

Accepted Solutions (1)

former_member1
Active Participant
0 Kudos

Hi Allen,

You can do it either by using javascript where you can define

<b>overflow-x: hidden;

overflow-y: hidden;</b>

Thanx & Regards

Anish

Answers (1)

Answers (1)

Former Member
0 Kudos

Hi Allen,

You might want to take a look what you can do with stylesheets (css):

Some examples:

http://www.w3schools.com/css/css_examples.asp

Here's a tutorial how to change properties of scrollbar with css:

http://www.webdevelopersnotes.com/tips/html/transparent_hidden_scrollbar_code.php3

With above example you can make your scrollbar to transparent.

Regards,

Ville