Changeset 19647
- Timestamp:
- 02/03/12 15:45:01 (4 months ago)
- Location:
- trunk
- Files:
-
- 6 edited
-
Wsp_Modeling/es/content/collab/simpleTask/xml.xed.xml (modified) (2 diffs)
-
Wsp_Modeling/spaces/gen/modelBuilder/bs/sm_simpleTask.xml (modified) (1 diff)
-
Xul_Core/content/Core/widgets/jsForm/jsForm.xbl.xml (modified) (1 diff)
-
Xul_Wsp/content/Wsp/widgets/jsForm/wspJsForm.xbl.xml (modified) (1 diff)
-
Xul_Wsp/content/WspAdmin/widgets/jsForm/jsForm.xbl.css (modified) (2 diffs)
-
Xul_Wsp/content/WspAdmin/widgets/jsForm/jsForm.xbl.xml (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/Wsp_Modeling/es/content/collab/simpleTask/xml.xed.xml
r19644 r19647 306 306 <element se:name="sm:onCreate" se:bind="element" se:card="?" tooltiptext="Traitements à la création d'une task avant affichage des widgets. Permet d'affecter des valeurs par défaut."> 307 307 <childs> 308 < se:choice se:id="script_choices" se:card="*" se:show="ifExist">309 <element se:name="sm:addCurrentUser" se:bind="element" >308 <insert4all se:bind="current"> 309 <element se:name="sm:addCurrentUser" se:bind="element" insert="collapsed"> 310 310 <atts> 311 311 <attribute se:name="involvement" se:bind="attribute"> … … 321 321 </atts> 322 322 </element> 323 </se:choice> 324 <insert se:bind="current"/> 323 </insert4all> 325 324 </childs> 326 325 </element> -
trunk/Wsp_Modeling/spaces/gen/modelBuilder/bs/sm_simpleTask.xml
r19633 r19647 333 333 <!-- @closed --> 334 334 <xsl:if test="$pFormWidget/@closed">.setClosed(<xsl:value-of select="$pFormWidget/@closed='true'"/>)</xsl:if> 335 <!-- sm:help --> 336 <xsl:if test="sm:help">.setDescription("<xsl:value-of select="sm:help/@quickHelp"/>")</xsl:if> 335 337 <!-- sm:perms --> 336 338 <!-- TODO perms -
trunk/Xul_Core/content/Core/widgets/jsForm/jsForm.xbl.xml
r19573 r19647 532 532 </resources> 533 533 <content> 534 <xul:hbox align="center" xbl:inherits="hidden " style="display:block;">535 <xul:label anonid="label" xbl:inherits="value=label" />536 <xul:hbox align="top" >534 <xul:hbox align="center" xbl:inherits="hidden,tooltiptext=description" style="display:block;"> 535 <xul:label anonid="label" xbl:inherits="value=label" /> 536 <xul:hbox align="top" xbl:inherits="tooltiptext=description"> 537 537 <xul:toolbarbutton anonid="clear" class="smallbutton" xbl:inherits="disabled,disabled=readonly" oncommand="document.getBindingParent(this)._DeleteValue()"/> 538 538 <xul:datepicker anonid="input" isnull="true" xbl:inherits="disabled,readonly,required" type="popup"/> -
trunk/Xul_Wsp/content/Wsp/widgets/jsForm/wspJsForm.xbl.xml
r19633 r19647 54 54 <xul:xedToolBar anonid="toolBar" style="-moz-binding: url(chrome://scenariXedLib/content/libUiBase/widgets/xedUiBase.xbl.xml#xedToolBar);" /> 55 55 </xul:hbox> 56 <xul:editXedBox anonid="xedBox" class="maskIfClosed" hideStructBar="true" xmlErrorsAllowed="false" style="-moz-binding: url(chrome://scenariXedLib/content/core/xed.xbl.xml#xedBoxNoScroll);" xbl:inherits="hideStructBar,xmlErrorsAllowed "/>56 <xul:editXedBox anonid="xedBox" class="maskIfClosed" hideStructBar="true" xmlErrorsAllowed="false" style="-moz-binding: url(chrome://scenariXedLib/content/core/xed.xbl.xml#xedBoxNoScroll);" xbl:inherits="hideStructBar,xmlErrorsAllowed,tooltiptext=description"/> 57 57 </content> 58 58 <implementation> -
trunk/Xul_Wsp/content/WspAdmin/widgets/jsForm/jsForm.xbl.css
r19556 r19647 75 75 margin:0px !important; 76 76 border:none !important; 77 background-color: transparent; 77 78 } 78 79 … … 100 101 } 101 102 groupbox[anonid=valuePreviewBox]{ 102 /*min-height : 2em;*/103 min-height : 2em; 103 104 } 104 105 105 106 groupbox[anonid=valuePreviewBox][error] > .groupbox-body{ 106 bo rder : solid 1px Red;107 box-shadow: 0 0 1.5px 1px red; 107 108 } 108 109 -
trunk/Xul_Wsp/content/WspAdmin/widgets/jsForm/jsForm.xbl.xml
r19645 r19647 52 52 <content orient="horizontal" isMulti="false"> 53 53 <xul:label anonid="label" xbl:inherits="value=label" /> 54 <xul:groupbox anonid="valuePreviewBox" flex="1" orient="horizontal" align="center" xbl:inherits="hidden,disabled=readonly ">54 <xul:groupbox anonid="valuePreviewBox" flex="1" orient="horizontal" align="center" xbl:inherits="hidden,disabled=readonly,tooltiptext=description"> 55 55 <xul:hbox anonid="usersBox" flex="1" onclick="document.getBindingParent(this).doEdit(event)"> 56 56 <xul:label anonid="valuePreview" crop="center" value=""/> … … 81 81 this.xRefreshUi(); 82 82 </constructor> 83 84 83 <field name="fValuePreviewBlock">document.getAnonymousElementByAttribute(this, 'anonid', 'valuePreviewBox')</field> 85 84 <field name="fValueUserBlock">document.getAnonymousElementByAttribute(this, 'anonid', 'usersBox')</field>
Note: See TracChangeset
for help on using the changeset viewer.