You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Aug 20, 2022. It is now read-only.
benank edited this page Aug 19, 2020
·
3 revisions
While in JavaScript land, we have some methods accessible to us that allow us to communicate back to the client in Lua land.
Keep in mind that the JavaScript here must be included in an HTML file that was created usingUI:Create. By doing this, we automatically get these nice methods to use.
OOF.GetFocus(elem)
Focuses on a certain element. Great for setting focus on inputs, like textboxes.
elem (jQuery element): element that you want to focus on