Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

  1. The ishare-edit-inline class must be added to the element.
  2. Content must contain ##name.default content## where name will be used to label the text input field in the Print Options dialog (with the first letter capitalised) and default content is the text that will be used without user intervention. The ## characters are required.
    E.g. in the default A4 Template we have

    Code Block
    languagexml
    <span id="title" class="ishare-edit-inline">##title.Enter map title##</span>

    which shows as this under the Print Options:

    which the user may then change to whatever they want except, as the only form element used for text entry is the single-line <input> element, no line-breaks can be added to the text.

...

This will be altered on loading to:

Code Block
languagexml
<span class="ishare-edit-inline">INSERT RECIPIENT</span>

...

This will be altered on loading to:

Code Block
languagexml
This document was produced for <span class="ishare-edit-inline">INSERT RECIPIENT</span>, please do not copy without permission.

...