Bug 874 - [Chameleon - Widget] Changed location of embedd string in schema.
: [Chameleon - Widget] Changed location of embedd string in schema.
Status: RESOLVED FIXED
: Chameleon
Widget
: 1.99
: PC Windows 2000
: P1 normal
: 2.0 Final
Assigned To:
:
:
:
:
:
  Show dependency treegraph
 
Reported: 2004-11-29 08:28 by
Modified: 2004-12-21 08:48 (History)


Attachments


Note

You need to log in before you can comment on or make changes to this bug.


Description From 2004-11-29 08:28:43
In the new schema the location of the embedded help string has been moved to:
eg. MapSiz.en-ca.doc.xml

<ca:widgetdoc>
  <ca:descriptions>
    <!-- ****************** -->
    <!-- WIDGET EMBBEDDED HELP INFO -->
    <!-- ****************** --> 
    <ca:embeddedhelp title="General User Help">
      <ca:intro>This section holds the string that is desplayed within a
chameleon application when the EmbeddedHelp widget is used.</ca:intro>
      <ca:paras title="MapSize Popup">
        <ca:para>This button provides the capability to modify the size of the
map image. Click the map Size button to open the Map Size dialog. Enter the new
dimensions in pixels and click OK to apply the changes.</ca:para>
      </ca:paras>
    </ca:embeddedhelp>
  </ca:descriptions>
</ca:widgetdoc>

you will notice that you can define multiple titled sections <ca:paras title= />
and you can also define multiple paragraghs within the titled section <ca:para />.

This can provide configurable content. If the user wishes to define Titles and
multiple sections. This could open up other options to allow the user to define
a specific title block based on the mode of the widget or even flavour of the
application. 

This is of course is an enhancement option and so the very least update the path
to first instance of <ca:paras>ca:para />
------- Comment #1 From 2004-11-29 08:30:17 -------
assign to bill.... target rc1, this probably should be fixed before the beta 4
since it is related to a specific widget.
------- Comment #2 From 2004-12-20 12:01:48 -------
is this a todo for today?
------- Comment #3 From 2004-12-20 12:59:16 -------
This is no longer part of the doc builder.  It should be in the default template
to be merged.  Assigning to Chris.
------- Comment #4 From 2004-12-20 15:21:17 -------
finish up for 2.0 final
------- Comment #5 From 2004-12-21 07:26:07 -------
Bill can you explain to me what you are suggesting?
------- Comment #6 From 2004-12-21 08:48:17 -------
Now, that I know what you mean, all done.  Fixed in CVS.