Wowpedia

We have moved to Warcraft Wiki. Click here for information and the new URL.

READ MORE

Wowpedia
No edit summary
 
No edit summary
Line 4: Line 4:
   
 
<Button>
 
<Button>
...
+
"..."
<Scripts>
+
<Scripts>
<OnClick>
+
<OnClick>
Some_Editbox:GetText();
+
Some_Editbox:GetText();
</OnClick>
+
</OnClick>
</Scripts>
+
</Scripts>
..
+
"..."
 
 
</Button>
 
</Button>

Revision as of 08:45, 16 July 2005

Gets text from an item set in bracelets, for example buttons, editbox.

Example

<Button> "..."

<Scripts>
 <OnClick>
  Some_Editbox:GetText();
 </OnClick>
</Scripts>

"..." </Button>