| 1 | <?xml version="1.0" encoding="UTF-8"?>
|
|---|
| 2 | <!--
|
|---|
| 3 | /*
|
|---|
| 4 | * LICENCE[[
|
|---|
| 5 | * Version: MPL 1.1/GPL 2.0/LGPL 2.1/CeCILL 2.O
|
|---|
| 6 | *
|
|---|
| 7 | * The contents of this file are subject to the Mozilla Public License Version
|
|---|
| 8 | * 1.1 (the "License"); you may not use this file except in compliance with
|
|---|
| 9 | * the License. You may obtain a copy of the License at http://www.mozilla.org/MPL/
|
|---|
| 10 | *
|
|---|
| 11 | * Software distributed under the License is distributed on an "AS IS" basis,
|
|---|
| 12 | * WITHOUT WARRANTY OF ANY KIND, either express or implied. See the License
|
|---|
| 13 | * for the specific language governing rights and limitations under the
|
|---|
| 14 | * License.
|
|---|
| 15 | *
|
|---|
| 16 | * The Original Code is kelis.fr code.
|
|---|
| 17 | *
|
|---|
| 18 | * The Initial Developer of the Original Code is
|
|---|
| 19 | * sylvain.spinelli@kelis.fr
|
|---|
| 20 | *
|
|---|
| 21 | * Portions created by the Initial Developer are Copyright (C) 2006
|
|---|
| 22 | * the Initial Developer. All Rights Reserved.
|
|---|
| 23 | *
|
|---|
| 24 | * Contributor(s):
|
|---|
| 25 | *
|
|---|
| 26 | *
|
|---|
| 27 | * Alternatively, the contents of this file may be used under the terms of
|
|---|
| 28 | * either of the GNU General Public License Version 2 or later (the "GPL"),
|
|---|
| 29 | * or the GNU Lesser General Public License Version 2.1 or later (the "LGPL"),
|
|---|
| 30 | * or the CeCILL Licence Version 2.0 (http://www.cecill.info/licences.en.html),
|
|---|
| 31 | * in which case the provisions of the GPL, the LGPL or the CeCILL are applicable
|
|---|
| 32 | * instead of those above. If you wish to allow use of your version of this file
|
|---|
| 33 | * only under the terms of either the GPL, the LGPL or the CeCILL, and not to allow
|
|---|
| 34 | * others to use your version of this file under the terms of the MPL, indicate
|
|---|
| 35 | * your decision by deleting the provisions above and replace them with the notice
|
|---|
| 36 | * and other provisions required by the GPL, the LGPL or the CeCILL. If you do not
|
|---|
| 37 | * delete the provisions above, a recipient may use your version of this file under
|
|---|
| 38 | * the terms of any one of the MPL, the GPL, the LGPL or the CeCILL.
|
|---|
| 39 | * ]]LICENCE
|
|---|
| 40 | */
|
|---|
| 41 | -->
|
|---|
| 42 | <!DOCTYPE se:editor [
|
|---|
| 43 | <!ENTITY % appExtCommon SYSTEM "chrome://sm_modeling/locale/common/widgets.dtd">
|
|---|
| 44 | %appExtCommon;
|
|---|
| 45 | ]>
|
|---|
| 46 | <se:editor xmlns="http://www.w3.org/1999/xhtml"
|
|---|
| 47 | xmlns:xul="http://www.mozilla.org/keymaster/gatekeeper/there.is.only.xul"
|
|---|
| 48 | xmlns:sm="http://www.utc.fr/ics/scenari/v3/modeling"
|
|---|
| 49 | xmlns:se="http://www.utc.fr/ics/scenari/v3/editing"
|
|---|
| 50 | xmlns:sc="http://www.utc.fr/ics/scenari/v3/core"
|
|---|
| 51 | se:namespaces="true">
|
|---|
| 52 | <se:lib>
|
|---|
| 53 | |
|---|
| 54 | <!-- LIB : att_class --> |
|---|
| 55 | <xul:attribute se:id="att_class" se:name="class" se:bind="attribute"> |
|---|
| 56 | <xul:wordsInput trim="true"/> |
|---|
| 57 | </xul:attribute> |
|---|
| 58 | |
|---|
| 59 | <!-- LIB : atts_genElt --> |
|---|
| 60 | <se:template se:id="atts_genElt"> |
|---|
| 61 | <se:ref se:refid="att_class"/> |
|---|
| 62 | <xul:attribute se:bind="attribute" se:show="ifExist"> |
|---|
| 63 | <xul:wordsInput/> |
|---|
| 64 | </xul:attribute> |
|---|
| 65 | </se:template> |
|---|
| 66 | |
|---|
| 67 | <!-- LIB : Textnode --> |
|---|
| 68 | <xul:textnode se:id="Textnode" se:bind="text" se:show="ifExist">
|
|---|
| 69 | <xul:textpanelInput removable="true" filterspaces="false"/>
|
|---|
| 70 | </xul:textnode> |
|---|
| 71 |
|
|---|
| 72 | <!-- LIB : img --> |
|---|
| 73 | <xul:element se:id="img" se:name="img" se:bind="element" forcefilled="true">
|
|---|
| 74 | <xul:atts>
|
|---|
| 75 | <xul:ptritem se:name="sc:refUri" se:bind="attribute" class="xmlview" notnull="true" regexpSgn=".*#Image\b.*"/>
|
|---|
| 76 | <xul:attribute se:name="alt" se:bind="attribute">
|
|---|
| 77 | <xul:wordsInput/>
|
|---|
| 78 | </xul:attribute>
|
|---|
| 79 | <xul:attribute se:name="title" se:bind="attribute">
|
|---|
| 80 | <xul:wordsInput/>
|
|---|
| 81 | </xul:attribute>
|
|---|
| 82 | <se:ref se:refid="atts_genElt"/>
|
|---|
| 83 | </xul:atts>
|
|---|
| 84 | </xul:element> |
|---|
| 85 |
|
|---|
| 86 | <!-- LIB : sm:depthLimit --> |
|---|
| 87 | <xul:element se:id="sm:depthLimit" se:name="sm:depthLimit" se:bind="element" se:card="?">
|
|---|
| 88 | <xul:atts>
|
|---|
| 89 | <xul:attribute se:name="from" se:bind="attribute" se:mandat="true">
|
|---|
| 90 | <xul:choiceInput notnull="true">
|
|---|
| 91 | <xul:ciItem label="scopeStartingPoint" />
|
|---|
| 92 | <xul:ciItem label="current" />
|
|---|
| 93 | </xul:choiceInput>
|
|---|
| 94 | </xul:attribute>
|
|---|
| 95 | <xul:attribute se:name="depth" se:bind="attribute" se:mandat="true">
|
|---|
| 96 | <xul:wordsInput trim="true" notnull="true" filterRegExp="^([0-9.]+|\*)$"/>
|
|---|
| 97 | </xul:attribute>
|
|---|
| 98 | </xul:atts>
|
|---|
| 99 | </xul:element>
|
|---|
| 100 |
|
|---|
| 101 | <!-- LIB : elt_separator --> |
|---|
| 102 | <xul:element se:id="elt_separator" se:bind="element" se:card="?">
|
|---|
| 103 | <xul:childs>
|
|---|
| 104 | <se:choice se:id="choiceContentSeparator" se:card="*" se:show="ifExist">
|
|---|
| 105 | <se:ref se:refid="img"/>
|
|---|
| 106 | <xul:genelt forcefilled="true" se:bind="element">
|
|---|
| 107 | <xul:atts>
|
|---|
| 108 | <se:ref se:refid="atts_genElt"/>
|
|---|
| 109 | </xul:atts>
|
|---|
| 110 | <xul:childs>
|
|---|
| 111 | <se:ref se:refid="choiceContentSeparator"/>
|
|---|
| 112 | <xul:insert se:bind="current"/>
|
|---|
| 113 | </xul:childs>
|
|---|
| 114 | </xul:genelt>
|
|---|
| 115 | <se:ref se:refid="Textnode"/>
|
|---|
| 116 | </se:choice>
|
|---|
| 117 | <xul:insert se:bind="current" />
|
|---|
| 118 | </xul:childs>
|
|---|
| 119 | </xul:element>
|
|---|
| 120 |
|
|---|
| 121 | <!-- LIB : sm:constraints --> |
|---|
| 122 | <xul:element se:id="sm:constraints" se:name="sm:constraints" se:bind="element" se:card="?" tooltipTag="Règles de publication - précise dans quel cas ce paramètrage sera utilisé">
|
|---|
| 123 | <xul:childs>
|
|---|
| 124 | <xul:element se:name="sm:depth" se:bind="element" se:card="?" tooltipTag="Règle de profondeur du node dans le scope">
|
|---|
| 125 | <xul:atts>
|
|---|
| 126 | <xul:attribute se:name="min" se:bind="attribute">
|
|---|
| 127 | <xul:wordsInput trim="true" filterRegExp="^([0-9.]+|\*)$"/>
|
|---|
| 128 | </xul:attribute>
|
|---|
| 129 | <xul:attribute se:name="max" se:bind="attribute">
|
|---|
| 130 | <xul:wordsInput trim="true" filterRegExp="^([0-9.]+|\*)$"/>
|
|---|
| 131 | </xul:attribute>
|
|---|
| 132 | </xul:atts>
|
|---|
| 133 | </xul:element>
|
|---|
| 134 | </xul:childs>
|
|---|
| 135 | </xul:element> |
|---|
| 136 |
|
|---|
| 137 | <!-- LIB : att_Prefix --> |
|---|
| 138 | <xul:attribute se:id="att_Prefix" se:name="prefix" se:bind="attribute"> |
|---|
| 139 | <xul:wordsInput trim="true" notnull="true"/> |
|---|
| 140 | </xul:attribute> |
|---|
| 141 | |
|---|
| 142 | <!-- LIB : att_YesNo --> |
|---|
| 143 | <xul:attribute se:id="att_YesNo" se:bind="attribute"> |
|---|
| 144 | <xul:choiceInput> |
|---|
| 145 | <xul:ciItem label="yes" /> |
|---|
| 146 | <xul:ciItem label="no" /> |
|---|
| 147 | </xul:choiceInput> |
|---|
| 148 | </xul:attribute> |
|---|
| 149 | |
|---|
| 150 | <!-- LIB : att_BlockNone --> |
|---|
| 151 | <xul:attribute se:id="att_BlockNone" se:bind="attribute" se:defaultvalue="block"> |
|---|
| 152 | <xul:choiceInput> |
|---|
| 153 | <xul:ciItem label="block" /> |
|---|
| 154 | <xul:ciItem label="none" /> |
|---|
| 155 | </xul:choiceInput> |
|---|
| 156 | </xul:attribute> |
|---|
| 157 | |
|---|
| 158 | <!-- LIB : att_NoneBlock --> |
|---|
| 159 | <xul:attribute se:id="att_NoneBlock" se:bind="attribute" se:defaultvalue="none"> |
|---|
| 160 | <xul:choiceInput> |
|---|
| 161 | <xul:ciItem label="block" /> |
|---|
| 162 | <xul:ciItem label="none" /> |
|---|
| 163 | </xul:choiceInput> |
|---|
| 164 | </xul:attribute> |
|---|
| 165 | |
|---|
| 166 | <!-- LIB : att_InlineNone --> |
|---|
| 167 | <xul:attribute se:id="att_InlineNone" se:bind="attribute" se:defaultvalue="inline">
|
|---|
| 168 | <xul:choiceInput>
|
|---|
| 169 | <xul:ciItem label="inline" />
|
|---|
| 170 | <xul:ciItem label="none" />
|
|---|
| 171 | </xul:choiceInput>
|
|---|
| 172 | </xul:attribute>
|
|---|
| 173 | |
|---|
| 174 | </se:lib>
|
|---|
| 175 | |
|---|
| 176 | <xul:helpSideBar style="-moz-binding:url('chrome://scenarixedlib/content/libUiBase/widgets/xedUiHelp.xbl.xml#helpSideBar');">
|
|---|
| 177 | <xul:vbox flex="1" style="overflow:auto;"> |
|---|
| 178 | <xul:xmlview se:bind="document">
|
|---|
| 179 | <xul:wspInputHistoryProvider code="axisXhtml" id="axis" />
|
|---|
| 180 | <xul:element se:name="sm:outlineUiWidget" insert="collapsed" se:bind="element" se:declareNs="sc sm">
|
|---|
| 181 | <xul:atts>
|
|---|
| 182 | <xul:attribute se:name="code" se:bind="attribute" se:mandat="true">
|
|---|
| 183 | <xul:wordsInput trim="true" notnull="true" />
|
|---|
| 184 | </xul:attribute>
|
|---|
| 185 | <xul:attribute se:name="info" se:bind="attribute">
|
|---|
| 186 | <xul:wordsInput trim="true" />
|
|---|
| 187 | </xul:attribute>
|
|---|
| 188 | </xul:atts>
|
|---|
| 189 | <xul:childs>
|
|---|
| 190 | <xul:element se:id="sm:scope" se:name="sm:scope" se:bind="element" tooltipTag="Paramétrage de l'envergure de la outline">
|
|---|
| 191 | <xul:childs>
|
|---|
| 192 | <xul:alternativeAlone se:bind="choice">
|
|---|
| 193 | <se:ref se:name="sm:all" se:refid="sm:minimalist" helpSrc="chrome://sm_modeling/content/uiWidget/outlineUiWidget/hlp/hlpScopeAll.xul" tooltipTag="Entire outline"/>
|
|---|
| 194 | <xul:element se:name="sm:minimalist" se:id="sm:minimalist" se:bind="element" helpSrc="chrome://sm_modeling/content/uiWidget/outlineUiWidget/hlp/hlpScopeMinimalist.xul" tooltipTag="Ancestors, siblings & direct children">
|
|---|
| 195 | <xul:atts>
|
|---|
| 196 | <xul:attribute se:name="startAtLevel" se:bind="attribute" se:defaultvalue="0">
|
|---|
| 197 | <xul:wordsInput trim="true" filterRegExp="^([0-9.]+|\*)$"/>
|
|---|
| 198 | </xul:attribute>
|
|---|
| 199 | </xul:atts>
|
|---|
| 200 | </xul:element>
|
|---|
| 201 | <xul:element se:name="sm:directChildren" helpSrc="chrome://sm_modeling/content/uiWidget/outlineUiWidget/hlp/hlpScopeDirectChildren.xul" se:bind="element"/>
|
|---|
| 202 | <xul:element se:name="sm:stack" helpSrc="chrome://sm_modeling/content/uiWidget/outlineUiWidget/hlp/hlpScopeStack.xul" se:bind="element" tooltipTag="Ascendancy only"/>
|
|---|
| 203 | <xul:element se:name="sm:onlyOneLevel" helpSrc="chrome://sm_modeling/content/uiWidget/outlineUiWidget/hlp/hlpScopeOnlyOneLevel.xul" se:bind="element">
|
|---|
| 204 | <xul:atts>
|
|---|
| 205 | <xul:attribute se:name="level" se:bind="attribute" se:defaultvalue="0">
|
|---|
| 206 | <xul:wordsInput trim="true" filterRegExp="^([0-9.]+|\*)$"/>
|
|---|
| 207 | </xul:attribute>
|
|---|
| 208 | </xul:atts>
|
|---|
| 209 | </xul:element>
|
|---|
| 210 | <xul:element se:name="sm:customized" se:bind="element">
|
|---|
| 211 | <xul:childs>
|
|---|
| 212 | <xul:element se:name="sm:scopeStartingPoint" se:bind="element">
|
|---|
| 213 | <xul:childs>
|
|---|
| 214 | <xul:alternativeAlone se:bind="choice">
|
|---|
| 215 | <xul:element se:id="sm:fromAbsoluteTop" se:name="sm:fromAbsoluteTop" se:bind="element">
|
|---|
| 216 | <xul:atts>
|
|---|
| 217 | <xul:attribute se:name="descendantOffset" se:bind="attribute" se:defaultvalue="0">
|
|---|
| 218 | <xul:wordsInput trim="true" filterRegExp="^([0-9.]+|\*)$"/>
|
|---|
| 219 | </xul:attribute>
|
|---|
| 220 | <se:ref se:refid="att_YesNo" se:name="includeInScope" se:defaultvalue="yes" />
|
|---|
| 221 | </xul:atts>
|
|---|
| 222 | <xul:childs>
|
|---|
| 223 | <xul:element se:id="sm:stopAtModel" se:name="sm:stopAtModel" se:bind="element" se:card="*" se:show="ifExist">
|
|---|
| 224 | <xul:atts>
|
|---|
| 225 | <xul:ptritem se:bind="plugin" se:attributes="sc:refUri" class="xmlview" notnull="true" regexpSgn=".*#Class\b[\w:]*(:Content|:Meta)\b.*" />
|
|---|
| 226 | <se:ref se:refid="att_axis" se:refurl="chrome://sm_modeling/content/xEdition/coreWeb.xed.xml"/>
|
|---|
| 227 | <se:ref se:refid="att_YesNo" se:name="includeInScope" se:defaultvalue="yes" />
|
|---|
| 228 | </xul:atts>
|
|---|
| 229 | </xul:element>
|
|---|
| 230 | <xul:insert se:bind="current" />
|
|---|
| 231 | </xul:childs>
|
|---|
| 232 | </xul:element>
|
|---|
| 233 | <xul:element se:name="sm:fromCurrent" se:bind="element">
|
|---|
| 234 | <xul:atts>
|
|---|
| 235 | <xul:attribute se:name="ancestorOffset" se:bind="attribute" se:defaultvalue="0">
|
|---|
| 236 | <xul:wordsInput trim="true" filterRegExp="^([0-9.]+|\*)$"/>
|
|---|
| 237 | </xul:attribute>
|
|---|
| 238 | <se:ref se:refid="att_YesNo" se:name="includeInScope" se:defaultvalue="yes" />
|
|---|
| 239 | </xul:atts>
|
|---|
| 240 | <xul:childs>
|
|---|
| 241 | <se:ref se:refid="sm:stopAtModel" />
|
|---|
| 242 | <xul:insert se:bind="current" />
|
|---|
| 243 | </xul:childs>
|
|---|
| 244 | </xul:element>
|
|---|
| 245 | </xul:alternativeAlone>
|
|---|
| 246 | </xul:childs>
|
|---|
| 247 | </xul:element>
|
|---|
| 248 | <xul:insert4all se:bind="current">
|
|---|
| 249 | <xul:element se:name="sm:ancestorEndingPoint" se:bind="element" se:card="?" se:show="ifExist" forcefilled="true" insert="collapsed">
|
|---|
| 250 | <xul:childs>
|
|---|
| 251 | <se:ref se:refid="sm:depthLimit"/>
|
|---|
| 252 | <se:ref se:refid="sm:stopAtModel" />
|
|---|
| 253 | <xul:insert se:bind="current" />
|
|---|
| 254 | </xul:childs>
|
|---|
| 255 | </xul:element>
|
|---|
| 256 | <xul:element se:name="sm:currentAndAncestorSiblings" se:bind="element" se:card="?" se:show="ifExist" forcefilled="true" insert="collapsed">
|
|---|
| 257 | <xul:childs>
|
|---|
| 258 | <xul:element se:id="sm:siblingsPoint" se:name="sm:siblingsStartingPoint" se:bind="element">
|
|---|
| 259 | <xul:atts>
|
|---|
| 260 | <xul:attribute se:name="direction" se:bind="attribute" se:mandat="true" se:defaultvalue="scopeStartingPointToCurrent">
|
|---|
| 261 | <xul:choiceInput notnull="true">
|
|---|
| 262 | <xul:ciItem label="scopeStartingPointToCurrent" />
|
|---|
| 263 | <xul:ciItem label="currentToScopeStartingPoint" />
|
|---|
| 264 | </xul:choiceInput>
|
|---|
| 265 | </xul:attribute>
|
|---|
| 266 | <xul:attribute se:name="offset" se:bind="attribute" se:mandat="true" se:defaultvalue="0">
|
|---|
| 267 | <xul:wordsInput trim="true" notnull="true" filterRegExp="^([0-9.]+|\*)$"/>
|
|---|
| 268 | </xul:attribute>
|
|---|
| 269 | </xul:atts>
|
|---|
| 270 | <xul:childs>
|
|---|
| 271 | <se:ref se:refid="sm:stopAtModel" />
|
|---|
| 272 | <xul:insert se:bind="current" />
|
|---|
| 273 | </xul:childs>
|
|---|
| 274 | </xul:element>
|
|---|
| 275 | <se:ref se:refid="sm:siblingsPoint" se:name="sm:siblingsEndingPoint" />
|
|---|
| 276 | <xul:insert4all se:bind="current">
|
|---|
| 277 | <xul:element se:name="sm:siblingDescendants" se:bind="element" se:card="?" se:show="ifExist" forcefilled="true" insert="collapsed">
|
|---|
| 278 | <xul:childs>
|
|---|
| 279 | <se:ref se:refid="sm:depthLimit"/>
|
|---|
| 280 | <se:ref se:refid="sm:stopAtModel" />
|
|---|
| 281 | <xul:insert se:bind="current" />
|
|---|
| 282 | </xul:childs>
|
|---|
| 283 | </xul:element>
|
|---|
| 284 | </xul:insert4all>
|
|---|
| 285 | </xul:childs>
|
|---|
| 286 | </xul:element>
|
|---|
| 287 | <xul:element se:name="sm:currentDescendants" se:bind="element" se:card="?" se:show="ifExist" forcefilled="true" insert="collapsed">
|
|---|
| 288 | <xul:childs>
|
|---|
| 289 | <se:ref se:refid="sm:depthLimit" />
|
|---|
| 290 | <se:ref se:refid="sm:stopAtModel" />
|
|---|
| 291 | <xul:insert se:bind="current" />
|
|---|
| 292 | </xul:childs>
|
|---|
| 293 | </xul:element>
|
|---|
| 294 | </xul:insert4all>
|
|---|
| 295 | </xul:childs>
|
|---|
| 296 | </xul:element>
|
|---|
| 297 | </xul:alternativeAlone>
|
|---|
| 298 | </xul:childs>
|
|---|
| 299 | </xul:element>
|
|---|
| 300 | <xul:alternative se:bind="choice">
|
|---|
| 301 | <xul:element se:name="sm:treeContent" se:bind="element" insert="collapsed" tooltipTag="Outline arborescente - si vide, un menu fait de UL est construit pas défaut">
|
|---|
| 302 | <xul:childs>
|
|---|
| 303 | <se:choice se:id="choiceTreeContent" se:card="*" se:show="ifExist">
|
|---|
| 304 | <xul:element se:name="sm:outline" se:bind="element" forcefilled="true">
|
|---|
| 305 | <xul:childs>
|
|---|
| 306 | <se:choice se:card="*" se:show="ifExist">
|
|---|
| 307 | <xul:element se:name="sm:nodeArch" se:bind="element" forcefilled="true" helpSrc="chrome://sm_modeling/content/uiWidget/outlineUiWidget/hlp/hlpNodeArch.xul" tooltipTag="Paramétrage de l'architechture d'un 'node' de l'outline">
|
|---|
| 308 | <xul:childs>
|
|---|
| 309 | <se:ref se:refid="sm:constraints" />
|
|---|
| 310 | <xul:alternativeAlone se:bind="choice" style="margin-bottom:5px;">
|
|---|
| 311 | <xul:element se:id="list" se:name="sm:unorderedList" se:bind="element" forcefilled="true" helpSrc="chrome://sm_modeling/content/uiWidget/outlineUiWidget/hlp/hlpNodeArchUl.xul" tooltipTag="Node en 'LI' publiant ses enfants dans un 'UL'">
|
|---|
| 312 | <xul:atts>
|
|---|
| 313 | <se:ref se:name="rootElt" se:refid="att_NoneBlock" tooltiptext="Ajoute une 'DIV' racine autour du node"/>
|
|---|
| 314 | </xul:atts>
|
|---|
| 315 | </xul:element>
|
|---|
| 316 | <se:ref se:name="sm:orderedList" se:refid="list" helpSrc="chrome://sm_modeling/content/uiWidget/outlineUiWidget/hlp/hlpNodeArchOl.xul" tooltipTag="Node en 'LI' publiant ses enfants dans un 'OL'"/>
|
|---|
| 317 | <xul:element se:name="sm:block" se:bind="element" forcefilled="true" helpSrc="chrome://sm_modeling/content/uiWidget/outlineUiWidget/hlp/hlpNodeArchDiv.xul" tooltipTag="Node en 'DIV' publiant ses enfants dans une 'DIV'">
|
|---|
| 318 | <xul:atts>
|
|---|
| 319 | <se:ref se:name="rootElt" se:refid="att_BlockNone" tooltiptext="Ajoute une 'DIV' racine autour du node"/>
|
|---|
| 320 | </xul:atts>
|
|---|
| 321 | <xul:childs>
|
|---|
| 322 | <xul:alternativeAlone se:bind="choice">
|
|---|
| 323 | <xul:element se:name="sm:children" se:bind="element" forcefilled="true" helpSrc="chrome://sm_modeling/content/uiWidget/outlineUiWidget/hlp/hlpNodeArchDiv.xul">
|
|---|
| 324 | <xul:atts>
|
|---|
| 325 | <se:ref se:refid="att_BlockNone" se:name="listElt" />
|
|---|
| 326 | <xul:attribute se:name="childElt" se:bind="attribute" se:defaultvalue="block">
|
|---|
| 327 | <xul:choiceInput>
|
|---|
| 328 | <xul:ciItem label="block" />
|
|---|
| 329 | <xul:ciItem label="inline" />
|
|---|
| 330 | <xul:ciItem label="none" />
|
|---|
| 331 | </xul:choiceInput>
|
|---|
| 332 | </xul:attribute>
|
|---|
| 333 | </xul:atts>
|
|---|
| 334 | <xul:childs>
|
|---|
| 335 | <se:ref se:name="sm:listPrefix" se:refid="elt_separator" tooltipTag="Structure HTML inseré entre le node et la liste ce ces enfants"/>
|
|---|
| 336 | <se:ref se:name="sm:childSeparator" se:refid="elt_separator" tooltipTag="Structure HTML inseré entre chaque enfant"/>
|
|---|
| 337 | </xul:childs>
|
|---|
| 338 | </xul:element>
|
|---|
| 339 | <xul:element se:name="sm:noChildren" se:bind="element" forcefilled="true" tooltipTag="Enfants non publiés"/>
|
|---|
| 340 | </xul:alternativeAlone>
|
|---|
| 341 | </xul:childs>
|
|---|
| 342 | </xul:element>
|
|---|
| 343 | <xul:element se:name="sm:inline" se:bind="element" forcefilled="true" helpSrc="chrome://sm_modeling/content/uiWidget/outlineUiWidget/hlp/hlpNodeArchSpan.xul" tooltipTag="Node en 'SPAN' publiant ses enfants dans une 'SPAN'">
|
|---|
| 344 | <xul:atts>
|
|---|
| 345 | <se:ref se:name="rootElt" se:refid="att_InlineNone" />
|
|---|
| 346 | </xul:atts>
|
|---|
| 347 | <xul:childs>
|
|---|
| 348 | <xul:alternativeAlone se:bind="choice">
|
|---|
| 349 | <xul:element se:name="sm:children" se:bind="element" forcefilled="true" helpSrc="chrome://sm_modeling/content/uiWidget/outlineUiWidget/hlp/hlpNodeArchSpan.xul">
|
|---|
| 350 | <xul:atts>
|
|---|
| 351 | <se:ref se:name="listElt" se:refid="att_InlineNone" />
|
|---|
| 352 | <se:ref se:name="childElt" se:refid="att_InlineNone" />
|
|---|
| 353 | </xul:atts>
|
|---|
| 354 | <xul:childs>
|
|---|
| 355 | <se:ref se:name="sm:listPrefix" se:refid="elt_separator" tooltipTag="Structure HTML inseré entre le node et la liste ce ces enfants"/>
|
|---|
| 356 | <se:ref se:name="sm:childSeparator" se:refid="elt_separator" tooltipTag="Structure HTML inseré entre chaque enfant"/>
|
|---|
| 357 | </xul:childs>
|
|---|
| 358 | </xul:element>
|
|---|
| 359 | <xul:element se:name="sm:noChildren" se:bind="element" forcefilled="true" tooltipTag="Enfants non publiés"/>
|
|---|
| 360 | </xul:alternativeAlone>
|
|---|
| 361 | </xul:childs>
|
|---|
| 362 | </xul:element>
|
|---|
| 363 | <xul:element se:name="sm:suppressed" se:bind="element" forcefilled="true" tooltipTag="Node et enfants non publiés"/>
|
|---|
| 364 | </xul:alternativeAlone>
|
|---|
| 365 | </xul:childs>
|
|---|
| 366 | </xul:element>
|
|---|
| 367 | <xul:element se:name="sm:label" se:bind="element" forcefilled="true" helpSrc="chrome://sm_modeling/content/uiWidget/outlineUiWidget/hlp/hlpNodeArch.xul" tooltipTag="Paramétrage du label d'un 'node' de l'outline">
|
|---|
| 368 | <xul:childs>
|
|---|
| 369 | <se:ref se:refid="sm:constraints" /> |
|---|
| 370 | <se:choice se:id="choiceLabel" se:card="*" se:show="ifExist"> |
|---|
| 371 | <xul:element se:name="sm:title" se:id="sm:title" se:bind="element" forcefilled="true" tooltipTag="Titre de la page pointé par le node"/> |
|---|
| 372 | <!-- <xul:element se:name="sm:callDesc" se:id="sm:callDesc" se:bind="element" forcefilled="true"/> --> |
|---|
| 373 | <xul:element se:name="sm:fixedString" se:id="sm:fixedString" se:bind="element" forcefilled="true"> |
|---|
| 374 | <xul:atts> |
|---|
| 375 | <xul:attribute se:name="value" se:bind="attribute" se:mandat="true"> |
|---|
| 376 | <xul:wordsInput notnull="true"/> |
|---|
| 377 | </xul:attribute> |
|---|
| 378 | </xul:atts> |
|---|
| 379 | </xul:element> |
|---|
| 380 | <se:ref se:refid="img"/> |
|---|
| 381 | <xul:genelt forcefilled="true" se:bind="element"> |
|---|
| 382 | <xul:atts> |
|---|
| 383 | <se:ref se:refid="atts_genElt"/> |
|---|
| 384 | </xul:atts> |
|---|
| 385 | <xul:childs> |
|---|
| 386 | <se:ref se:refid="choiceLabel"/> |
|---|
| 387 | <xul:insert se:bind="current"/> |
|---|
| 388 | </xul:childs> |
|---|
| 389 | </xul:genelt> |
|---|
| 390 | <se:ref se:refid="Textnode"/> |
|---|
| 391 | </se:choice> |
|---|
| 392 | <xul:insert se:bind="current" /> |
|---|
| 393 | <!--
|
|---|
| 394 | <se:choice se:card="*">
|
|---|
| 395 | <xul:element se:name="sm:title" se:id="sm:title" se:bind="element" forcefilled="true" />
|
|---|
| 396 | <xul:element se:name="sm:WImage" se:bind="element" forcefilled="true">
|
|---|
| 397 | <xul:atts>
|
|---|
| 398 | <xul:ptritem se:bind="plugin" se:attributes="sc:refUri" class="xmlview" notnull="true" regexpSgn=".*#Image\b.*" />
|
|---|
| 399 | </xul:atts>
|
|---|
| 400 | </xul:element>
|
|---|
| 401 | <xul:element se:name="sm:fixedString" se:id="sm:fixedString" se:bind="element" forcefilled="true">
|
|---|
| 402 | <xul:atts>
|
|---|
| 403 | <xul:attribute se:name="value" se:bind="attribute" se:mandat="true">
|
|---|
| 404 | <xul:wordsInput notnull="true"/>
|
|---|
| 405 | </xul:attribute>
|
|---|
| 406 | </xul:atts>
|
|---|
| 407 | </xul:element>
|
|---|
| 408 | </se:choice>
|
|---|
| 409 | <xul:insert se:bind="current" /> |
|---|
| 410 | --> |
|---|
| 411 | </xul:childs>
|
|---|
| 412 | </xul:element>
|
|---|
| 413 | <xul:element se:name="sm:labelTitle" se:bind="element" forcefilled="true" helpSrc="chrome://sm_modeling/content/uiWidget/outlineUiWidget/hlp/hlpNodeArch.xul" tooltipTag="&common.widgets.wLink.labelTitle;">
|
|---|
| 414 | <xul:childs>
|
|---|
| 415 | <se:ref se:refid="sm:constraints" />
|
|---|
| 416 | <se:choice se:card="*" se:show="ifExist">
|
|---|
| 417 | <se:ref se:refid="sm:title"/> |
|---|
| 418 | <se:ref se:refid="sm:fixedString"/> |
|---|
| 419 | <!-- <se:ref se:refid="sm:callDesc"/> -->
|
|---|
| 420 | </se:choice>
|
|---|
| 421 | <xul:insert se:bind="current"/>
|
|---|
| 422 | </xul:childs>
|
|---|
| 423 | </xul:element>
|
|---|
| 424 | <xul:element se:name="sm:link" se:bind="element" forcefilled="true" helpSrc="chrome://sm_modeling/content/uiWidget/outlineUiWidget/hlp/hlpNodeArch.xul" tooltipTag="Paramétrage du lien d'un 'node' de l'outline">
|
|---|
| 425 | <xul:atts>
|
|---|
| 426 | <xul:attribute se:name="ifSelected" se:bind="attribute" se:defaultvalue="noLink" tooltiptext="Spécifie si le node sélectionné comporte un lien"> |
|---|
| 427 | <xul:choiceInput> |
|---|
| 428 | <xul:ciItem label="noLink" /> |
|---|
| 429 | <xul:ciItem label="link" /> |
|---|
| 430 | </xul:choiceInput> |
|---|
| 431 | </xul:attribute> |
|---|
| 432 | <xul:attribute se:name="ifUnselected" se:bind="attribute" se:defaultvalue="link" tooltiptext="Spécifie si les nodes non sélectionnés comportent des liens"> |
|---|
| 433 | <xul:choiceInput> |
|---|
| 434 | <xul:ciItem label="noLink" /> |
|---|
| 435 | <xul:ciItem label="link" /> |
|---|
| 436 | </xul:choiceInput> |
|---|
| 437 | </xul:attribute> |
|---|
| 438 | <se:ref se:refid="lnk_atts" se:refurl="chrome://sm_modeling/content/xEdition/smWLink.xed.xml"/>
|
|---|
| 439 | </xul:atts>
|
|---|
| 440 | <xul:childs>
|
|---|
| 441 | <se:ref se:refid="sm:constraints" />
|
|---|
| 442 | <se:ref se:refid="lnk_insert4allOptions" se:refurl="chrome://sm_modeling/content/xEdition/smWLink.xed.xml"/>
|
|---|
| 443 | </xul:childs>
|
|---|
| 444 | </xul:element>
|
|---|
| 445 | <xul:element se:name="sm:classes" se:bind="element" forcefilled="true" helpSrc="chrome://sm_modeling/content/uiWidget/outlineUiWidget/hlp/hlpNodeArch.xul" tooltipTag="Paramétrage des classes d'un 'node' de l'outline">
|
|---|
| 446 | <xul:childs>
|
|---|
| 447 | <se:ref se:refid="sm:constraints" />
|
|---|
| 448 | <xul:insert4all se:bind="current">
|
|---|
| 449 | <xul:element se:name="sm:selected" se:bind="element" forcefilled="true" insert="collapsed" helpSrc="chrome://sm_modeling/content/uiWidget/outlineUiWidget/hlp/hlpNodeArch.xul" tooltipTag="Ajoute les classes 'mnuSel_yes' et mnuSel_no'">
|
|---|
| 450 | <xul:atts>
|
|---|
| 451 | <se:ref se:refid="att_Prefix" se:defaultvalue="mnuSel_"/> |
|---|
| 452 | <se:ref se:refid="att_YesNo" se:name="onContainer" se:defaultvalue="no"/> |
|---|
| 453 | <se:ref se:refid="att_YesNo" se:name="onRoot" se:defaultvalue="no"/>
|
|---|
| 454 | <se:ref se:refid="att_YesNo" se:name="onEntry" se:defaultvalue="yes"/>
|
|---|
| 455 | <se:ref se:refid="att_YesNo" se:name="onList" se:defaultvalue="no"/>
|
|---|
| 456 | <se:ref se:refid="att_YesNo" se:name="onChildContainers" se:defaultvalue="no"/> |
|---|
| 457 | </xul:atts>
|
|---|
| 458 | </xul:element>
|
|---|
| 459 | <xul:element se:name="sm:relativePosition" se:bind="element" se:card="?" forcefilled="true" se:show="ifExist" insert="collapsed" helpSrc="chrome://sm_modeling/content/uiWidget/outlineUiWidget/hlp/hlpNodeArch.xul" tooltipTag="Ajoute les classes 'mnuPos_current', 'mnuPos_parent', 'mnuPos_sibling' etc."> |
|---|
| 460 | <xul:atts> |
|---|
| 461 | <se:ref se:refid="att_Prefix" se:defaultvalue="mnuPos_"/> |
|---|
| 462 | <se:ref se:refid="att_YesNo" se:name="onContainer"/> |
|---|
| 463 | <se:ref se:refid="att_YesNo" se:name="onRoot"/> |
|---|
| 464 | <se:ref se:refid="att_YesNo" se:name="onEntry"/> |
|---|
| 465 | <se:ref se:refid="att_YesNo" se:name="onList"/> |
|---|
| 466 | <se:ref se:refid="att_YesNo" se:name="onChildContainers"/> |
|---|
| 467 | </xul:atts> |
|---|
| 468 | </xul:element> |
|---|
| 469 | <xul:element se:name="sm:treePosition" se:bind="element" se:card="?" forcefilled="true" se:show="ifExist" insert="collapsed" helpSrc="chrome://sm_modeling/content/uiWidget/outlineUiWidget/hlp/hlpNodeArch.xul" tooltipTag="Ajoute les classes 'mnuBranch', 'mnuLeaf' en fonction de la position dans l'arborescence">
|
|---|
| 470 | <xul:atts>
|
|---|
| 471 | <se:ref se:refid="att_Prefix" se:name="branchClass" se:defaultvalue="mnuBranch"/>
|
|---|
| 472 | <se:ref se:refid="att_Prefix" se:name="leafClass" se:defaultvalue="mnuLeaf"/>
|
|---|
| 473 | <se:ref se:refid="att_YesNo" se:name="onRoot"/>
|
|---|
| 474 | <se:ref se:refid="att_YesNo" se:name="onEntry"/>
|
|---|
| 475 | </xul:atts>
|
|---|
| 476 | </xul:element>
|
|---|
| 477 | <xul:element se:name="sm:depth" se:bind="element" se:card="?" forcefilled="true" se:show="ifExist" insert="collapsed" helpSrc="chrome://sm_modeling/content/uiWidget/outlineUiWidget/hlp/hlpNodeArch.xul" tooltipTag="Ajoute les classes 'mnuDepth_0', 'mnuDepth_1', 'mnuDepth_2' etc."> |
|---|
| 478 | <xul:atts> |
|---|
| 479 | <se:ref se:refid="att_Prefix" se:defaultvalue="mnuDepth_"/> |
|---|
| 480 | <se:ref se:refid="att_YesNo" se:name="onContainer"/> |
|---|
| 481 | <se:ref se:refid="att_YesNo" se:name="onRoot"/> |
|---|
| 482 | <se:ref se:refid="att_YesNo" se:name="onEntry"/> |
|---|
| 483 | <se:ref se:refid="att_YesNo" se:name="onList"/> |
|---|
| 484 | <se:ref se:refid="att_YesNo" se:name="onChildContainers"/> |
|---|
| 485 | </xul:atts> |
|---|
| 486 | </xul:element> |
|---|
| 487 | <xul:element se:name="sm:ownerCode" se:bind="element" se:card="?" forcefilled="true" se:show="ifExist" insert="collapsed" helpSrc="chrome://sm_modeling/content/uiWidget/outlineUiWidget/hlp/hlpNodeArch.xul" tooltipTag="Ajoute les classes 'mnuOwner_<Code de l'instigateur de la page>'"> |
|---|
| 488 | <xul:atts> |
|---|
| 489 | <se:ref se:refid="att_Prefix" se:defaultvalue="mnuOwner_"/> |
|---|
| 490 | <se:ref se:refid="att_YesNo" se:name="onContainer"/> |
|---|
| 491 | <se:ref se:refid="att_YesNo" se:name="onRoot"/> |
|---|
| 492 | <se:ref se:refid="att_YesNo" se:name="onEntry"/> |
|---|
| 493 | <se:ref se:refid="att_YesNo" se:name="onList"/> |
|---|
| 494 | <se:ref se:refid="att_YesNo" se:name="onChildContainers"/> |
|---|
| 495 | </xul:atts> |
|---|
| 496 | </xul:element> |
|---|
| 497 | <xul:element se:name="sm:ownerClasses" se:bind="element" se:card="?" forcefilled="true" se:show="ifExist" insert="collapsed" helpSrc="chrome://sm_modeling/content/uiWidget/outlineUiWidget/hlp/hlpNodeArch.xul" tooltipTag="Ajoute les classes sm:outlineClasses de l'instigateur de la page"> |
|---|
| 498 | <xul:atts> |
|---|
| 499 | <se:ref se:refid="att_YesNo" se:name="onContainer"/> |
|---|
| 500 | <se:ref se:refid="att_YesNo" se:name="onRoot"/> |
|---|
| 501 | <se:ref se:refid="att_YesNo" se:name="onEntry"/> |
|---|
| 502 | <se:ref se:refid="att_YesNo" se:name="onList"/> |
|---|
| 503 | <se:ref se:refid="att_YesNo" se:name="onChildContainers"/> |
|---|
| 504 | </xul:atts> |
|---|
| 505 | </xul:element> |
|---|
| 506 | <xul:element se:name="sm:elementType" se:bind="element" se:card="?" forcefilled="true" se:show="ifExist" insert="collapsed" helpSrc="chrome://sm_modeling/content/uiWidget/outlineUiWidget/hlp/hlpNodeArch.xul" tooltipTag="Ajoute les classes en fonction du type de chaque élément (racine, liste d'enfants etc.)">
|
|---|
| 507 | <xul:atts>
|
|---|
| 508 | <se:ref se:refid="att_Prefix" se:defaultvalue="mnuElt_"/> |
|---|
| 509 | <se:ref se:refid="att_YesNo" se:name="onRoot" tooltiptext="Ajoute 'mnuEltType_root' à la racine"/>
|
|---|
| 510 | <se:ref se:refid="att_YesNo" se:name="onEntry" tooltiptext="Ajoute 'mnuEltType_entry' à l'entry"/>
|
|---|
| 511 | <se:ref se:refid="att_YesNo" se:name="onList" tooltiptext="Ajoute 'mnuEltType_listPre' au préfixe et 'mnuEltType_list' à la liste des enfants"/>
|
|---|
| 512 | <se:ref se:refid="att_YesNo" se:name="onChildContainers" tooltiptext="Ajoute 'mnuEltType_child' aux enfants et 'mnuEltType_childSep' àux séparateurs"/>
|
|---|
| 513 | </xul:atts>
|
|---|
| 514 | </xul:element>
|
|---|
| 515 | </xul:insert4all>
|
|---|
| 516 | </xul:childs>
|
|---|
| 517 | </xul:element>
|
|---|
| 518 | </se:choice>
|
|---|
| 519 | <xul:insert se:bind="current" />
|
|---|
| 520 | </xul:childs>
|
|---|
| 521 | </xul:element>
|
|---|
| 522 |
|
|---|
| 523 | <se:ref se:refid="img"/>
|
|---|
| 524 | <xul:genelt forcefilled="true" se:bind="element">
|
|---|
| 525 | <xul:atts>
|
|---|
| 526 | <se:ref se:refid="atts_genElt"/>
|
|---|
| 527 | </xul:atts>
|
|---|
| 528 | <xul:childs>
|
|---|
| 529 | <se:ref se:refid="choiceTreeContent"/>
|
|---|
| 530 | <xul:insert se:bind="current"/>
|
|---|
| 531 | </xul:childs>
|
|---|
| 532 | </xul:genelt>
|
|---|
| 533 | <se:ref se:refid="Textnode"/>
|
|---|
| 534 | </se:choice>
|
|---|
| 535 | <xul:insert se:bind="current" />
|
|---|
| 536 | </xul:childs>
|
|---|
| 537 | </xul:element>
|
|---|
| 538 | <!-- TODO <xul:element se:name="sm:progressBarContent" se:bind="element"/> -->
|
|---|
| 539 | <xul:element se:name="sm:freeContent" se:bind="element" insert="collapsed">
|
|---|
| 540 | <xul:childs>
|
|---|
| 541 | <xul:element se:name="sm:xsl" se:card="?" se:bind="element">
|
|---|
| 542 | <xul:atts>
|
|---|
| 543 | <xul:ptritem se:bind="plugin" se:attributes="sc:refUri" class="xmlview" notnull="true" regexpSgn=".*@sc_xsl\b.*" />
|
|---|
| 544 | </xul:atts>
|
|---|
| 545 | </xul:element>
|
|---|
| 546 | <!--
|
|---|
| 547 | <xul:element se:name="sm:jsLib" se:bind="element" se:card="?">
|
|---|
| 548 | <xul:atts>
|
|---|
| 549 | <xul:ptritem se:bind="plugin" se:attributes="sc:refUri" class="xmlview" notnull="true" regexpSgn=".*#Folder\b.*"/>
|
|---|
| 550 | </xul:atts>
|
|---|
| 551 | </xul:element>
|
|---|
| 552 | -->
|
|---|
| 553 | </xul:childs>
|
|---|
| 554 | </xul:element>
|
|---|
| 555 | <xul:element se:name="sm:freeProgressStatus" se:bind="element">
|
|---|
| 556 | <xul:atts>
|
|---|
| 557 | <xul:attribute se:name="numPagesToExcludeBefore" se:bind="attribute">
|
|---|
| 558 | <xul:wordsInput filterRegExp="^([0-9]*)$"/>
|
|---|
| 559 | </xul:attribute>
|
|---|
| 560 | <xul:attribute se:name="numPagesToExcludeAfter" se:bind="attribute">
|
|---|
| 561 | <xul:wordsInput filterRegExp="^([0-9]*)$"/>
|
|---|
| 562 | </xul:attribute>
|
|---|
| 563 | </xul:atts>
|
|---|
| 564 | <xul:childs>
|
|---|
| 565 | <xul:element se:name="sm:xsl" se:card="?" se:bind="element">
|
|---|
| 566 | <xul:atts>
|
|---|
| 567 | <xul:ptritem se:bind="plugin" se:attributes="sc:refUri" class="xmlview" notnull="true" regexpSgn=".*@sc_xsl\b.*" />
|
|---|
| 568 | </xul:atts>
|
|---|
| 569 | </xul:element>
|
|---|
| 570 | </xul:childs>
|
|---|
| 571 | </xul:element>
|
|---|
| 572 | </xul:alternative>
|
|---|
| 573 | </xul:childs>
|
|---|
| 574 | </xul:element>
|
|---|
| 575 | </xul:xmlview>
|
|---|
| 576 | </xul:vbox> |
|---|
| 577 | </xul:helpSideBar>
|
|---|
| 578 | </se:editor> |
|---|