- Timestamp:
- 11/07/06 11:01:26 (6 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/Wsp_Modeling/es/content/transf/xhtmlToOdGenTransf/xml.xed.xml
r7084 r7173 219 219 <wordsInput trim="true"/> 220 220 </attribute> 221 <attribute se:name="windowOptions" se:bind="attribute">222 <wordsInput trim="true"/>223 </attribute>224 221 </atts> 225 222 <childs> 223 <insert4all se:bind="current" se:id="lnk_insert4allOptions"> 224 <element se:name="sm:position" se:bind="element" se:show="ifExist" forcefilled="true" insert="collapsed"> 225 <childs> 226 <alternativeAlone se:bind="choice"> 227 <element se:name="sm:free" se:bind="element" se:card="1"> 228 <atts> 229 <attribute se:name="width" se:id="lnk_attNum" se:bind="attribute"> 230 <wordsInput trim="true" filterRegExp="^([0-9.]+|\*)$" notnull="true"/> 231 </attribute> 232 <se:ref se:name="height" se:refid="lnk_attNum"/> 233 <se:ref se:name="top" se:refid="lnk_attNum"/> 234 <se:ref se:name="left" se:refid="lnk_attNum"/> 235 </atts> 236 </element> 237 <element se:name="sm:centerScreen" se:bind="element" se:card="1"> 238 <atts> 239 <se:ref se:name="width" se:refid="lnk_attNum" se:mandat="true"/> 240 <se:ref se:name="height" se:refid="lnk_attNum" se:mandat="true"/> 241 </atts> 242 </element> 243 <element se:name="sm:maximized" se:bind="element" se:card="1"/> 244 </alternativeAlone> 245 </childs> 246 </element> 247 <element se:name="sm:windowFeatures" se:bind="element" se:card="1" se:show="ifExist" insert="collapsed"> 248 <atts> 249 <attribute se:name="scrollbars" se:id="lnk_attYesNo" se:bind="attribute"> 250 <choiceInput> 251 <ciItem label="yes"/> 252 <ciItem label="no"/> 253 </choiceInput> 254 </attribute> 255 <se:ref se:name="resizable" se:refid="lnk_attYesNo"/> 256 <se:ref se:name="toolbar" se:refid="lnk_attYesNo"/> 257 <se:ref se:name="menubar" se:refid="lnk_attYesNo"/> 258 <se:ref se:name="location" se:refid="lnk_attYesNo"/> 259 <attribute se:name="extraOptions" se:bind="attribute"> 260 <wordsInput/> 261 </attribute> 262 </atts> 263 </element> 264 </insert4all> 226 265 <se:ref se:refid="sm:url"/> 227 266 </childs> … … 230 269 </childs> 231 270 </element> 232 <element se:name="sm:WIFrame" se:bind="element" insert="true" >271 <element se:name="sm:WIFrame" se:bind="element" insert="true" forcefilled="true"> 233 272 <atts> 234 273 <se:ref se:refid="atts_Class"/>
Note: See TracChangeset
for help on using the changeset viewer.