This post was updated on .
Hi,
Currently i am facing two new issues, 1.------------- In Orbeon 3.7.1 i designed the form as follows http://img443.imageshack.us/img443/6870/formo.png The PDF of a sample form looked like this. http://img441.imageshack.us/img441/3175/oldversion.png (Notice the grey spot in the background for the textbox value. So this differentiated the Field label and the actual field.) But in Orbeon 3.8.0 Nightly build the same form looked like this. http://img52.imageshack.us/img52/3892/newversion.png What i wanna know is that whether it is a change added in the newer build and can i bring back the old style for the PDF ? Help ! 2-------------- As suggested in the documentation, i cannot change the document saved message namely " Document saved successfully". I included the following line in the properties-local.xml <property as="xs:string" name="oxf.fr.resource.*.*.en.detail.labels.save-success" value="Success"/> But still the same old success message appears in the form. Is this a bug ? or am i doing anything wrong. ? Regards, Karthik |
Administrator
|
Karthik,
1. This is just a change in the CSS. Feel free to add your own CSS to highlight the sections in print mode. You can see the CSS used by default inside @media print, in form-runner-base.css and form-runner-orbeon.css. 2. For this one, the property would have to be: <property as="xs:string" name="oxf.fr.resource.*.*.en.detail.messages.save-success" value="Success"/>. It has to follow the hierarchy under which the resource is defined in apps/fr/i18n/resources.xml, which in this case is detail/messages/save-success. Alex On Sun, Jun 27, 2010 at 11:44 PM, karthik Jayaraman <[hidden email]> wrote: > > Hi, > > Currently i am facing two new issues, > > 1.------------- > > In Orbeon 3.7.1 the PDF of a sample form looked like this. > > http://img441.imageshack.us/img441/3175/oldversion.png > > (Notice the grey spot in the background for the textbox value. So this > differentiated the Field label and > the actual field.) > > But in Orbeon 3.8.0 Nightly build the same form looked like this. > > > > > What i wanna know is that whether it is a change added in the newer build > and can i bring back the old style for the PDF ? Help ! > > > 2-------------- > > As suggested in the documentation, i cannot change the document saved - > message namely " Document saved successfully". I included the following line > in the properties-local.xml > > <property as="xs:string" > name="oxf.fr.resource.*.*.en.detail.labels.save-success" value="Success"/> > > But still the same success message appears in the form. Is this a bug ? or > am i doing anything wrong. ? > > Regards, > Karthik > -- > View this message in context: http://orbeon-forms-ops-users.24843.n4.nabble.com/PDF-UI-Issue-and-Save-Successfull-message-issue-after-migrating-to-nightly-build-tp2270531p2270531.html > Sent from the Orbeon Forms (ops-users) mailing list archive at Nabble.com. > > > -- > You receive this message as a subscriber of the [hidden email] mailing list. > To unsubscribe: mailto:[hidden email] > For general help: mailto:[hidden email]?subject=help > OW2 mailing lists service home page: http://www.ow2.org/wws > > -- Orbeon Forms - Web forms, open-source, for the Enterprise - http://www.orbeon.com/ My Twitter: http://twitter.com/avernet -- You receive this message as a subscriber of the [hidden email] mailing list. To unsubscribe: mailto:[hidden email] For general help: mailto:[hidden email]?subject=help OW2 mailing lists service home page: http://www.ow2.org/wws
--
Follow Orbeon on Twitter: @orbeon Follow me on Twitter: @avernet |
Free forum by Nabble | Edit this page |