mirror of
https://github.com/goonstation/goonstation-2020.git
synced 2026-07-10 22:52:21 +01:00
9 lines
174 B
Plaintext
9 lines
174 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 |