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

7
LINES

< > BotCompany Repo | #1013784 // hfulltag - make HTML tag; don't collapse if empty

JavaX fragment (include)

static S hfulltag(S tag) {
  ret hfulltag(tag, "");
}

static S mapMethodLike hfulltag(S tag, O contents, O... params) {
  ret hopeningTag(tag, params) + str(contents) + "</" + tag + ">";
}

Author comment

Began life as a copy of #1002214

download  show line numbers  debug dex  old transpilations   

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

No comments. add comment

Snippet ID: #1013784
Snippet name: hfulltag - make HTML tag; don't collapse if empty
Eternal ID of this version: #1013784/2
Text MD5: 94ba603aee69d3868b0e5daa89641aa6
Author: stefan
Category: javax html
Type: JavaX fragment (include)
Public (visible to everyone): Yes
Archived (hidden from active list): No
Created/modified: 2020-06-30 15:49:37
Source code size: 195 bytes / 7 lines
Pitched / IR pitched: No / No
Views / Downloads: 431 / 482
Version history: 1 change(s)
Referenced in: [show references]