Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
Re: [birt-dev] BIRT HTML request value

Hi Shravali,

I see a couple of issues:

1) The text control can accept HTML with <VALUE-OF format="HTML">.  If the user enters HTML nothing more needs to be done.  On the other hand if you want the user to enter markdown then you will need to find a markdown to html converter.  There are many out there.  If something else then you would need to provide your own code to convert it to HTML.

2) The default parameter window in BIRT does not support a textarea form of input.  If you are providing your own web interface for the report then this isn't a problem because you can provide a textarea for the user and then pass it to the report as a single string.  If you are stuck with the default parameter window then the user will have to enter it as a single string which would be cumbersome.  Getting around this is possible but would probably be complex and involve extensions to BIRT.

Steve

On Mon, Oct 25, 2021 at 2:40 PM shravali raju <shavalike@xxxxxxxxx> wrote:
Hello Team,  
I have a question on Birt reporting tool,  I have given the parameter from the birt and the request value will be the user editable textfield in the UI. 

<VALUE-OF>params["noticeContent"].value</VALUE-OF> 

this noticeContent will have the textfield where user can enter the text like a paragraph with spaces or bullet points, how can this be achieved? Can I please get help with this. 

Any help would be appreciated. 

Thanks,
Shravali Raju 

_______________________________________________
birt-dev mailing list
birt-dev@xxxxxxxxxxx
To unsubscribe from this list, visit https://www.eclipse.org/mailman/listinfo/birt-dev


--
Steve Schafer
Innovent Solutions

Back to the top