You can add your custom JQUERY code with below syntax.
i.e. jQuery('#back').hide();
Follow the below steps to test JQUERY code. After implement below steps you can hide back button with JQUERY custom code.
Step 1: Open \\apache-tomcat\webapps\jasperserver\scripts\commons.main.js
Step 2: Add JQUERY code in below function.
domReady(function(){
//Add the below jquery to hide back button
jQuery('#back').hide();
});
Step 3: You can see that back button is not display.
Below is result.
i.e. jQuery('#back').hide();
Follow the below steps to test JQUERY code. After implement below steps you can hide back button with JQUERY custom code.
Step 1: Open \\apache-tomcat\webapps\jasperserver\scripts\commons.main.js
Step 2: Add JQUERY code in below function.
domReady(function(){
//Add the below jquery to hide back button
jQuery('#back').hide();
});
Step 3: You can see that back button is not display.
Below is result.
Tags:
JQUERY
Customization
Customization
Jasperserver.
No comments:
Post a Comment