cancel
Showing results for 
Search instead for 
Did you mean: 

how to disable an applet

Former Member
0 Kudos

hello, i have two dropboxes and i want that the second dropbox only be avaiable when the first dropbox have some value.

i know that i have to build a Javascript function to unblock but first i want to know what "Key" word to block the applet...like disabled in inputs

regards and thanks in advance

Mário

Accepted Solutions (0)

Answers (3)

Answers (3)

Former Member
0 Kudos

Mario,

Make the applet's initial update Parameter as "false" and can also make the width and height of that applet to 1 or 0.

Hope this helps...

Regards

Muzammil

jcgood25
Active Contributor
0 Kudos

Since drop down iBrowsers don't consume much screen space, perhaps you could just use InitialUpdate=false on the second one. You can set this in either the display template, or in the html with:

<PARAM NAME="InitialUpdate" VALUE="false">

Regards,

Jeremy

Former Member
0 Kudos

Mario,

have a look at the following thread:

[How to hide an applet|http://forums.sdn.sap.com/click.jspa?searchID=32191024&messageID=7138731]

Jeremy proposes to use iframes, which might help you with your request.

You may also want to have a look at the [MII Best Pratice Guide|https://www.sdn.sap.com/irj/scn/index?rid=/library/uuid/f08d7ae2-6f56-2c10-50b4-8a3bb1d43502].

Michael