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

7
LINES

< > BotCompany Repo | #1003088 // hsubmit - create HTML submit button

JavaX fragment (include)

static S hsubmit(S text, O... params) {
  ret tag("input", "", concatArrays(new O[] {"type", "submit", "value", text}, params));
}

static S hsubmit() {
  ret hsubmit("Submit");
}

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: #1003088
Snippet name: hsubmit - create HTML submit button
Eternal ID of this version: #1003088/2
Text MD5: 97f28c6908f8297ab72e0fbf7b5bf65d
Author: stefan
Category: javax
Type: JavaX fragment (include)
Public (visible to everyone): Yes
Archived (hidden from active list): No
Created/modified: 2017-05-31 21:25:56
Source code size: 185 bytes / 7 lines
Pitched / IR pitched: No / No
Views / Downloads: 688 / 722
Version history: 1 change(s)
Referenced in: #1006654 - Standard functions list 2 (LIVE, continuation of #761)
#1032515 - hPostButtonIncludingForm - HTML submit button including post form