Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.
Comment: Adds Conversation scope support to Screen Widget (removes Screen and Form Widget Enhancementspage)

...

People interested: Pierre Smits
People willing to help: Pierre Smits

SeehttpsSee https://issues.apache.org/jira/browse/OFBIZ-5464

...

Now we have the ability to put parms into the label in the I8N files, so the tooltips would have the same ability. Like "Click here to ($whatever)" would turn into "Click here to see the productlist" as a tool tip. You would just have the fieldname like in the labels file.
Barring having a seperate file, then having the tooltip_$fieldname like tooltip_$Phonenumber would work.

Add Conversation scope support to Screen Widget

Several uses cases has workflow that user has to follow. A common example for this in ofbiz is shopping experience. It makes sense to add conversation scope or data members in form widget. It will facilitate development of workflow intensive UI. 

Some i18n issues and best practices

...