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