Keyboard shortcuts

Press or to navigate between chapters

Press S or / to search in the book

Press ? to show this help

Press Esc to hide this help

Webbrowser Example

Webbrowser

ADDON:ImportObject(30) -- Webbrowser
-- ADDON:ImportObject(OBJECT.Webbrowser)

local webbrowserExample = UIParent:CreateWidget("webbrowser", "wwebbrowserExample", "UIParent")
webbrowserExample:SetExtent(1280, 720)
webbrowserExample:AddAnchor("CENTER", "UIParent", 0, 0)
webbrowserExample:SetURL("https://wiki.archerage.to/na-en")
webbrowserExample:Show(true)

Webbrowser Example