Files
Paradise/datum/browser.html

1 line
4.9 KiB
HTML
Raw Permalink Blame History

This file contains ambiguous Unicode characters
This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.
<!DOCTYPE html><html lang="en"><head><meta charset="utf-8"><base href="../"><link rel="stylesheet" href="dmdoc.css"><title>/datum/browser - Space Station 13</title></head><body><header><a href="index.html">Space Station 13</a> - <a href="index.html#modules">Modules</a> - <a href="index.html#types">Types</a><a href="datum/browser.html#var">Var Details</a></header><main><h1>browser <aside>/<a href="datum.html">datum</a>/<a href="datum/browser.html">browser</a></aside> <a href="https://github.com/ParadiseSS13/Paradise/blob/8a8a00a2a9bec485351e5f219982b7315d3504fa/code/datums/browser.dm#L1"><img src="git.png" width="16" height="16" title="code/datums/browser.dm 1"></a></h1><table class="summary" cellspacing="0"><tr><td colspan="2"><h2>Vars</h2></td></tr><tr><th><a href="datum/browser.html#var/atom_uid">atom_uid</a></th><td>UID of the host atom</td></tr><tr><th><a href="datum/browser.html#var/content">content</a></th><td>HTML content of the browser datum</td></tr><tr><th><a href="datum/browser.html#var/head_content">head_content</a></th><td>Header HTML content of the browser datum</td></tr><tr><th><a href="datum/browser.html#var/include_default_stylesheet">include_default_stylesheet</a></th><td>Should default stylesheets be loaded</td></tr><tr><th><a href="datum/browser.html#var/scripts">scripts</a></th><td>Assoc list of script files for use by the datum</td></tr><tr><th><a href="datum/browser.html#var/stylesheets">stylesheets</a></th><td>Assoc list of stylesheets for use by the datum</td></tr><tr><th><a href="datum/browser.html#var/window_id">window_id</a></th><td>window_id is used as the window name for browse and onclose calls</td></tr><tr><th><a href="datum/browser.html#var/window_options">window_options</a></th><td>Various options to control elements such as titlebar buttons for the window</td></tr></table><h2 id="var">Var Details</h2><h3 id="var/atom_uid"><aside class="declaration">var </aside>atom_uid <a href="https://github.com/ParadiseSS13/Paradise/blob/8a8a00a2a9bec485351e5f219982b7315d3504fa/code/datums/browser.dm#L9"><img src="git.png" width="16" height="16" title="code/datums/browser.dm 9"></a></h3><p>UID of the host atom</p><h3 id="var/content"><aside class="declaration">var </aside>content <aside> /list</aside> <a href="https://github.com/ParadiseSS13/Paradise/blob/8a8a00a2a9bec485351e5f219982b7315d3504fa/code/datums/browser.dm#L21"><img src="git.png" width="16" height="16" title="code/datums/browser.dm 21"></a></h3><p>HTML content of the browser datum</p><h3 id="var/head_content"><aside class="declaration">var </aside>head_content <aside> /list</aside> <a href="https://github.com/ParadiseSS13/Paradise/blob/8a8a00a2a9bec485351e5f219982b7315d3504fa/code/datums/browser.dm#L19"><img src="git.png" width="16" height="16" title="code/datums/browser.dm 19"></a></h3><p>Header HTML content of the browser datum</p><h3 id="var/include_default_stylesheet"><aside class="declaration">var </aside>include_default_stylesheet <a href="https://github.com/ParadiseSS13/Paradise/blob/8a8a00a2a9bec485351e5f219982b7315d3504fa/code/datums/browser.dm#L17"><img src="git.png" width="16" height="16" title="code/datums/browser.dm 17"></a></h3><p>Should default stylesheets be loaded</p><h3 id="var/scripts"><aside class="declaration">var </aside>scripts <aside> /list</aside> <a href="https://github.com/ParadiseSS13/Paradise/blob/8a8a00a2a9bec485351e5f219982b7315d3504fa/code/datums/browser.dm#L15"><img src="git.png" width="16" height="16" title="code/datums/browser.dm 15"></a></h3><p>Assoc list of script files for use by the datum</p><h3 id="var/stylesheets"><aside class="declaration">var </aside>stylesheets <aside> /list</aside> <a href="https://github.com/ParadiseSS13/Paradise/blob/8a8a00a2a9bec485351e5f219982b7315d3504fa/code/datums/browser.dm#L13"><img src="git.png" width="16" height="16" title="code/datums/browser.dm 13"></a></h3><p>Assoc list of stylesheets for use by the datum</p><h3 id="var/window_id"><aside class="declaration">var </aside>window_id <a href="https://github.com/ParadiseSS13/Paradise/blob/8a8a00a2a9bec485351e5f219982b7315d3504fa/code/datums/browser.dm#L5"><img src="git.png" width="16" height="16" title="code/datums/browser.dm 5"></a></h3><p>window_id is used as the window name for browse and onclose calls</p><h3 id="var/window_options"><aside class="declaration">var </aside>window_options <aside> /list</aside> <a href="https://github.com/ParadiseSS13/Paradise/blob/8a8a00a2a9bec485351e5f219982b7315d3504fa/code/datums/browser.dm#L11"><img src="git.png" width="16" height="16" title="code/datums/browser.dm 11"></a></h3><p>Various options to control elements such as titlebar buttons for the window</p></main><footer>paradise.dme <a href="https://github.com/ParadiseSS13/Paradise/tree/8a8a00a2a9bec485351e5f219982b7315d3504fa">8a8a00a</a> (master) — <a href="https://github.com/SpaceManiac/SpacemanDMM/blob/master/crates/dmdoc/README.md">dmdoc 1.11.0</a></footer></body></html>