Not logged in.  Login/Logout/Register | List snippets | | Create snippet | Upload image | Upload data

4
LINES

< > BotCompany Repo | #1009277 // htextarea

JavaX fragment (include) [tags: use-pretranspiled]

Libraryless. Click here for Pure Java version (3066L/18K).

static S htextarea(S text, O... params) {
  params = html_massageAutofocusParam(params);
  ret hopeningTag("textarea", params) + htmlencode2(text) + "</textarea>";
}

download  show line numbers  debug dex  old transpilations   

Travelled to 13 computer(s): aoiabmzegqzx, bhatertpkbcr, cbybwowwnfue, cfunsshuasjs, gwrvuhgaqvyk, ishqpsrjomds, lpdgvwnxivlt, mqqgnosmbjvj, pyentgdyhuwx, pzhvpgtvlbxg, tslmcundralx, tvejysmllsmz, vouqrxazstgt

No comments. add comment

Snippet ID: #1009277
Snippet name: htextarea
Eternal ID of this version: #1009277/5
Text MD5: d8d7e043749669130bc9f79ca4e68623
Transpilation MD5: bd0d30c00c72cf4978f2febe7dfbf07e
Author: stefan
Category: javax / html
Type: JavaX fragment (include)
Public (visible to everyone): Yes
Archived (hidden from active list): No
Created/modified: 2019-07-29 00:15:10
Source code size: 168 bytes / 4 lines
Pitched / IR pitched: No / No
Views / Downloads: 407 / 490
Version history: 4 change(s)
Referenced in: #1006654 - Standard functions list 2 (LIVE, continuation of #761)
#1030234 - hAceEditor [WORKS]
#1031697 - hAutoExpandingTextArea