Show
Ignore:
Timestamp:
07.09.2007 22:30:02 (3 years ago)
Author:
sam
Message:

tooltip: Ajout plus de possibilités de config pour sm:position/sm:relativeToAnchor / correction bug positionnement si ancestor scrollé / garantir que le tt reste bien dans l'écran si pos:FIX

Files:
1 modified

Legend:

Unmodified
Added
Removed
  • trunk/Wsp_Modeling/es/content/xEdition/smWTooltip.xed.xml

    r9600 r9632  
    106106                                                <element se:name="sm:relativeToAnchor" se:bind="element" se:card="1"> 
    107107                                                        <atts> 
     108                                                                <attribute se:name="horizontal" se:bind="attribute"> 
     109                                                                        <choiceInput> 
     110                                                                                <ciItem label="overAnchor"/> 
     111                                                                                <ciItem label="center"/> 
     112                                                                                <ciSeparator/> 
     113                                                                                <ciItem label="leftOfAnchor"/> 
     114                                                                                <ciItem label="rightOfAnchor"/> 
     115                                                                        </choiceInput> 
     116                                                                </attribute> 
    108117                                                                <se:ref se:refid="tt_horizontalOffset"/> 
     118                                                                <attribute se:name="vertical" se:bind="attribute"> 
     119                                                                        <choiceInput> 
     120                                                                                <ciItem label="overAnchor"/> 
     121                                                                                <ciItem label="center"/> 
     122                                                                                <ciSeparator/> 
     123                                                                                <ciItem label="aboveAnchor"/> 
     124                                                                                <ciItem label="belowAnchor"/> 
     125                                                                        </choiceInput> 
     126                                                                </attribute> 
    109127                                                                <se:ref se:name="verticalOffset" se:refid="tt_horizontalOffset"/> 
    110128                                                        </atts>