mirror of
https://github.com/goonstation/goonstation-2016.git
synced 2026-07-17 03:52:19 +01:00
9 lines
182 B
Plaintext
9 lines
182 B
Plaintext
/datum/tag/textarea
|
|
New(var/type as text)
|
|
..("textarea")
|
|
|
|
proc/setName(var/name as text)
|
|
setAttribute("name", name)
|
|
|
|
proc/setValue(var/txt as text)
|
|
innerHtml = txt |