Customize BIRT "Export Report" dialogue box - birt

In Export Report dialogue box, we want to provide a new option "Choose XSLT" if user selects "Export Format" as XML.
How to customize this dialogue box?

This can be customized in a JSP page:
[birt app root]/webcontent/birt/pages/dialog/ExportReportDialogFragment.jsp
However the emitter probaly needs to be customized too to take this new input into consideration

Related

Open Source dialog directly by clicking custom button

I use CKEDITOR and need to open Source Dialog only, without toolbar and button Source. I want to click button in separate place and show dialog to user. Searching in docs doesnt give any result. Can you suggest me something?

KendoUI Export to excel

Standard html download contains an msSaveOrOpen capability. When exporting excel/pdf from KendoUI grid, the dialog is only save, then a 2nd dialog opens with "open save" etc.
How can I get the excel export to open using open/save buttons instead of just save?
This is a browser feature. You can change this in the advanced settings in Chrome.

How to remove "Paragraph" from "Format Select" for Joomla 1.5 jce editor

I am using JCE editor instead of the default tiny-mce. I am trying to customize the formatting interface for my users.
Is there a way to pull "Paragraph" out from the "Format Select" drop down list and create a custom standalone button just like "Bold" or "Underline"?
Something like this...
It is possible to edit the content of the Format list. In JCE 1.5 go to "Groups", select the "Editor Parameters" tab, go to the "Editor Options" area and remove the "p" (as in paragraph) from the list of "Format Elements".
But actually this is not what you wanted. To create an extra button for the P format you might try some Javascript to convert the Format select into a sequence of buttons.
In JCE 1.5 in the JCE Plugin Manager, there is a button "New Plugin". That helps with setting up new plugins. In JCE 2.0 you will need to create a complete installation package first.

jqGrid: Search Box: How to hide the search popup programmatically

I'm using the jqGrid plugin along with its 'advanced search' feature. Is there a way to programmatically show/hide the search popup? I'd like to hide the popup, if it's currently being displayed, based upon a user action elsewhere on the screen.
If you have a jqGrid with id="list" then the "Advanced Search" dialog will have id="fbox_list"
(it will be build from the "fbox_" prefix and the grid's id). So, to hide the dialog it should be enough to use:
$("#fbox_list").hide();

Creating a functioning dialog box in Balsamiq

I want to demonstrate a working dialog box in Balsamiq. I can mock one up but I want it to open and close when I click on a page element.
Anyone know how?
The feature you need to achive your goal is called linking. With it you can connect several static mockups. The result will be a click through prototype.
What you need are following views:
A view when the dialog is closed
A view when the dialog is open
The dialog with text (optional)
A view when the dialog is closed. It could be the first or if you want to show the progress you could modify the initial view to have text.
Once you have the 4 mockups you can specify the links.

Resources