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

7
LINES

< > BotCompany Repo | #1009306 // td - make <td> tag

JavaX fragment (include)

static S td(O contents, O... params) {
  ret hfulltag("td", contents, params);
}

static S td() {
  ret td("");
}

Author comment

Began life as a copy of #1003085

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: #1009306
Snippet name: td - make <td> tag
Eternal ID of this version: #1009306/5
Text MD5: 3d73cadf10cf12f532bf8bb88d1df293
Author: stefan
Category: javax
Type: JavaX fragment (include)
Public (visible to everyone): Yes
Archived (hidden from active list): No
Created/modified: 2020-10-03 17:35:29
Source code size: 119 bytes / 7 lines
Pitched / IR pitched: No / No
Views / Downloads: 442 / 458
Version history: 4 change(s)
Referenced in: #1006654 - Standard functions list 2 (LIVE, continuation of #761)
#1028337 - th - make <th> tag