Changeset 14275
- Timestamp:
- 11/20/09 21:35:21 (2 years ago)
- Location:
- trunk/Wsp_Modeling
- Files:
-
- 2 edited
-
es/content/xEdition/commonDef.xed.xml (modified) (2 diffs)
-
spaces/gen/modelBuilder/bs.doss/_common/sm/wspDef/bsWspDef.xml (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/Wsp_Modeling/es/content/xEdition/commonDef.xed.xml
r14176 r14275 244 244 <childs> 245 245 <se:choice se:id="choicePublicClasses" se:card="*"> 246 <element se: bind="element" se:name="sm:class">246 <element se:name="sm:class" se:bind="element"> 247 247 <atts> 248 248 <ptritem se:bind="plugin" se:attributes="sc:refUri" se:mandat="true" class="xmlview" regexpSgn=".*#Class\b[\w:]*:Public\b.*"/> 249 <attribute se: bind="attribute" se:name="access" se:defaultvalue="readWrite">249 <attribute se:name="access" se:bind="attribute" se:defaultvalue="readWrite"> 250 250 <choiceInput> 251 251 <ciItem label="readWrite"/> … … 261 261 </childs> 262 262 </element> 263 <element se: bind="element" se:name="sm:group">263 <element se:name="sm:group" se:bind="element"> 264 264 <atts> 265 265 <se:ref se:refid="att_name"/> 266 <attribute se:name="displayMode" se:bind="attribute"> 267 <choiceInput> 268 <ciItem label="auto"/> 269 <ciSeparator/> 270 <ciItem label="open"/> 271 <ciItem label="closed"/> 272 </choiceInput> 273 </attribute> 266 274 <se:ref se:refid="att_sortKey"/> 267 275 </atts> -
trunk/Wsp_Modeling/spaces/gen/modelBuilder/bs.doss/_common/sm/wspDef/bsWspDef.xml
r14254 r14275 208 208 </xsl:template> 209 209 <xsl:template match="sm:group" mode="groups"> 210 vPack.fFold<xsl:value-of select="generate-id(.)"/> = new CreatorItemFolder("<xsl:value-of select="returnFirst(@sortKey, format-number(count(preceding-sibling::*)+1, '0000'))"/>", "<xsl:value-of select="chaineProtegeJs(@name)"/>", null, null, 1 )210 vPack.fFold<xsl:value-of select="generate-id(.)"/> = new CreatorItemFolder("<xsl:value-of select="returnFirst(@sortKey, format-number(count(preceding-sibling::*)+1, '0000'))"/>", "<xsl:value-of select="chaineProtegeJs(@name)"/>", null, null, 1,<xsl:value-of select="si(@displayMode='open','true',si(@displayMode='closed','false','null'))"/>) 211 211 <xsl:apply-templates mode="groups"/> 212 212 </xsl:template>
Note: See TracChangeset
for help on using the changeset viewer.