Mercurial > wow > hansgar_and_franzok_assist
annotate Libs/DF/textentry.xml @ 13:f635adb94909
- Added west and east sides for dance bar.
- Main panel won't close with escape button.
| author | Tercio |
|---|---|
| date | Tue, 28 Apr 2015 11:21:50 -0300 |
| parents | 2f09fe4be15c |
| children | 0682d738499b |
| rev | line source |
|---|---|
| Tercio@11 | 1 <Ui xmlns="http://www.blizzard.com/wow/ui/" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://www.blizzard.com/wow/ui/..\FrameXML\UI.xsd"> |
| Tercio@11 | 2 |
| Tercio@11 | 3 <Script file="textentry.lua"/> |
| Tercio@11 | 4 |
| Tercio@11 | 5 <EditBox name="DetailsFrameworkEditBoxTemplate2" virtual="true"> |
| Tercio@11 | 6 <Size x="232" y="20"/> |
| Tercio@11 | 7 |
| Tercio@11 | 8 <Backdrop bgFile="Interface\DialogFrame\UI-DialogBox-Background" edgeFile="Interface\DialogFrame\UI-DialogBox-Border" tile="true"> |
| Tercio@11 | 9 <EdgeSize> |
| Tercio@11 | 10 <AbsValue val="10"/> |
| Tercio@11 | 11 </EdgeSize> |
| Tercio@11 | 12 <TileSize> |
| Tercio@11 | 13 <AbsValue val="16"/> |
| Tercio@11 | 14 </TileSize> |
| Tercio@11 | 15 <BackgroundInsets> |
| Tercio@11 | 16 <AbsInset left="1" right="1" top="0" bottom="1"/> |
| Tercio@11 | 17 </BackgroundInsets> |
| Tercio@11 | 18 </Backdrop> |
| Tercio@11 | 19 |
| Tercio@11 | 20 <Layers> |
| Tercio@11 | 21 |
| Tercio@11 | 22 <Layer level="OVERLAY"> |
| Tercio@11 | 23 <!-- box description --> |
| Tercio@11 | 24 <FontString name="$parent_Desc" text="" parentKey="label" inherits="GameFontHighlightSmall" justifyH="LEFT" nonspacewrap="false"> |
| Tercio@11 | 25 <Color r = "0.8" g = "0.8" b = "0.8" a = "1"/> |
| Tercio@11 | 26 <Anchors> |
| Tercio@11 | 27 <Anchor point="RIGHT" relativeTo="$parent" relativePoint="LEFT" x="-2" y="0" /> |
| Tercio@11 | 28 </Anchors> |
| Tercio@11 | 29 </FontString> |
| Tercio@11 | 30 |
| Tercio@11 | 31 </Layer> |
| Tercio@11 | 32 |
| Tercio@11 | 33 </Layers> |
| Tercio@11 | 34 |
| Tercio@11 | 35 </EditBox> |
| Tercio@11 | 36 |
| Tercio@11 | 37 <ScrollFrame name="DetailsFrameworkEditBoxMultiLineTemplate" inherits="UIPanelScrollFrameTemplate" virtual="true"> |
| Tercio@11 | 38 <Size x="232" y="20"/> |
| Tercio@11 | 39 <ScrollChild> |
| Tercio@11 | 40 <EditBox name="$parentEditBox" multiLine="true" letters="255" autoFocus="false" countInvisibleLetters="true" parentKey="editbox"> |
| Tercio@11 | 41 <Size x="232" y="20"/> |
| Tercio@11 | 42 <Anchors> |
| Tercio@11 | 43 <Anchor point="TOPLEFT" relativeTo="$parent" relativePoint="TOPLEFT" /> |
| Tercio@11 | 44 <Anchor point="BOTTOMLEFT" relativeTo="$parent" relativePoint="BOTTOMLEFT" /> |
| Tercio@11 | 45 <Anchor point="TOPRIGHT" relativeTo="$parent" relativePoint="TOPRIGHT" /> |
| Tercio@11 | 46 <Anchor point="BOTTOMRIGHT" relativeTo="$parent" relativePoint="BOTTOMRIGHT" /> |
| Tercio@11 | 47 </Anchors> |
| Tercio@11 | 48 <Scripts> |
| Tercio@11 | 49 <OnTextChanged> |
| Tercio@11 | 50 <!-- ScrollingEdit_OnTextChanged (self, self:GetParent()); --> |
| Tercio@11 | 51 </OnTextChanged> |
| Tercio@11 | 52 <OnCursorChanged function="ScrollingEdit_OnCursorChanged"/> |
| Tercio@11 | 53 <OnUpdate> |
| Tercio@11 | 54 <!-- ScrollingEdit_OnUpdate (self, elapsed, self:GetParent());--> |
| Tercio@11 | 55 </OnUpdate> |
| Tercio@11 | 56 <OnEscapePressed function="EditBox_ClearFocus"/> |
| Tercio@11 | 57 </Scripts> |
| Tercio@11 | 58 <FontString inherits="GameFontHighlightSmall"/> |
| Tercio@11 | 59 </EditBox> |
| Tercio@11 | 60 </ScrollChild> |
| Tercio@11 | 61 </ScrollFrame> |
| Tercio@11 | 62 </Ui> |
