Hi All,I need to develop one of my R7 Application on R851 using xpages. So i created a xpage and defined the form as data source and draged the fields on to the xpage. I have a pie chart coding on the JS header of the form(in R7). How can i get the JS header code to xpage.
I would advise you to use the script control which is available in the extended palette (in the control palette, select other… and then the output script control). To enter the script, you have to go to “all properties” and edit the value property.For performance reason, you should avoid to have this code in the header, as it forces the browser to process it before the HTML and your users might then see a delay when the page is rendered. I would also advise you to isolate as much as you can in a client script library, and then call it from the script tag.