Monday, June 13, 2011

Reset Prompt and Hiding the Go Button in OBIEE

Hiding the Go Button in OBIEE

   If you need to hide the go button for dashboard prompt in OBIEE insert a static text object on
to the dashboard, select the "Contain HTML markup" option enter the below lines,

<style type="text/css">
.XUIPromptEntry{display:none}
<style>

==========

Prompt Reset Button :

The given below will use to create reset button,
<div><a href ="#" onclick ="return  PersonalizationEditor.removeDefaultSelection(false)" Reset Prompt>
</div>



Regards,

Deva

1 comment:

  1. The XUIPromptEntry class is applied to any table cell in which a prompt field is placed, including the input fields. (Not just the button.) Using this will cause your entire prompt (and probably your report) to be invisible. However, the class "minibuttonOn" is applied to a span on only the button.

    ReplyDelete