VUHDO_lnfEditBoxUpdateModel(self);
VUHDO_newOptionsSpellEditBoxCheckSpell(self, true);
VUHDO_updateEditButton(self:GetParent());
self:HighlightText(0, 0);
VUHDO_checkTypeChange(self:GetParent());
VUHDO_setOriginalType(self:GetParent());
if (not VUHDO_lmFocusSet) then
VUHDO_lmFocusSet = true;
VUHDO_newOptionsKeyLocalSelectItem(self:GetParent(), false);
VUHDO_lmFocusSet = false;
end
self:HighlightText();
VUHDO_lnfPatchFont(self, "Hint");
VUHDO_lnfPatchFont(self, "");
VUHDO_lnfEditBoxInitFromModel(self);
VUHDO_newOptionsSpellEditBoxCheckSpell(self);
VUHDO_newOptionsKeyLocalSelectItem(self, true)
VUHDO_keyboardlocalSpellsScrollPanelOnShow(_G[self:GetName() .. "Child"]);
VUHDO_spellsKeysLocalStopAssignment();
ScrollingEdit_OnTextChanged(self, self:GetParent());
ScrollingEdit_OnUpdate(self, elapsed, self:GetParent());