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

7
LINES

< > BotCompany Repo | #1003090 // hhidden - make HTML hidden field

JavaX fragment (include)

static S hhidden(S name, O value, O... params) {
  ret tag("input", "", concatArrays(new O[] {"type", "hidden", "name", name, "value", value}, params));
}

sS hhidden(SS map, S... keys) {
  ret hiddenFields(map, keys);
}

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: #1003090
Snippet name: hhidden - make HTML hidden field
Eternal ID of this version: #1003090/3
Text MD5: 28816f082d1fe674e4ef78a675a2d2b3
Author: stefan
Category: javax
Type: JavaX fragment (include)
Public (visible to everyone): Yes
Archived (hidden from active list): No
Created/modified: 2021-08-14 04:55:41
Source code size: 226 bytes / 7 lines
Pitched / IR pitched: No / No
Views / Downloads: 601 / 615
Version history: 2 change(s)
Referenced in: [show references]