~centralelyon2010/inkscape/imagelinks2

« back to all changes in this revision

Viewing changes to share/extensions/webslicer_create_rect.inx

  • Committer: JazzyNico
  • Date: 2011-08-29 20:25:30 UTC
  • Revision ID: nicoduf@yahoo.fr-20110829202530-6deuoz11q90usldv
Code refactoring and merging with trunk (revision 10599).

Show diffs side-by-side

added added

removed removed

Lines of Context:
19
19
  <param name="bg-color" type="string" _gui-text="Background color:"></param>
20
20
  <param name="tab" type="notebook">
21
21
    <page name="tabJPG" gui-text="JPG">
22
 
      <_param name="help-jpg" type="description">JPG specific options</_param>
 
22
      <_param name="help-jpg" type="description" appearance="header">JPG specific options</_param>
23
23
      <param name="quality" type="int" min="0" max="100" _gui-text="Quality:">85</param>
24
24
      <_param name="help-quality" type="description">0 is the lowest image quality and highest compression, and 100 is the best quality but least effective compression</_param>
25
25
    </page>
26
26
    <page name="tabGIF" gui-text="GIF">
27
 
      <_param name="help-gif" type="description">GIF specific options</_param>
 
27
      <_param name="help-gif" type="description" appearance="header">GIF specific options</_param>
28
28
      <param name="gif-type" type="enum" _gui-text="Type:">
29
29
        <_item value="grayscale">Grayscale</_item>
30
30
        <_item value="palette">Palette</_item>
32
32
      <param name="palette-size" type="int" min="2" max="256" _gui-text="Palette size:">256</param>
33
33
    </page>
34
34
    <page name="tabHTML" gui-text="HTML">
35
 
      <param name="html-id" type="string" _gui-text="HTML id atribute:"></param>
36
 
      <param name="html-class" type="string" _gui-text="HTML class atribute:"></param>
37
 
      <_param name="help-gif" type="description">Options for HTML export</_param>
 
35
      <param name="html-id" type="string" _gui-text="HTML id attribute:"></param>
 
36
      <param name="html-class" type="string" _gui-text="HTML class attribute:"></param>
 
37
      <_param name="help-gif" type="description" appearance="header">Options for HTML export</_param>
38
38
      <param name="layout-disposition" type="enum" _gui-text="Layout disposition:">
39
39
        <_item value="bg-el-norepeat">Positioned html block element with the image as Background</_item>
40
40
        <_item value="bg-parent-repeat">Tiled Background (on parent group)</_item>