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

7
LINES

< > BotCompany Repo | #1003216 // hbigtextarea - big HTML text area

JavaX fragment (include)

1  
static S hbigtextarea(S name) {
2  
  ret hbigtextarea(name, "");
3  
}
4  
5  
static S hbigtextarea(S name, S text) {
6  
  ret tag("textarea", htmlencode(unnull(text)), "name", name, "rows", "25", "cols", "80");
7  
}

Author comment

Began life as a copy of #1003215

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: #1003216
Snippet name: hbigtextarea - big HTML text area
Eternal ID of this version: #1003216/1
Text MD5: 01328cad483fe1c44872a493c9fbf9cc
Author: stefan
Category: eleu / nl
Type: JavaX fragment (include)
Public (visible to everyone): Yes
Archived (hidden from active list): No
Created/modified: 2016-06-01 12:29:49
Source code size: 203 bytes / 7 lines
Pitched / IR pitched: No / No
Views / Downloads: 610 / 580
Referenced in: [show references]