static S htable(O data) { ret htmlTable(data); } static S htable(O data, boolean useHtmlEncode) { ret htmlTable(data, useHtmlEncode); } static S htable(O data, boolean useHtmlEncode, boolean useBr) { ret htmlTable(data, useHtmlEncode, useBr); }
Began life as a copy of #1001986
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: | #1002949 |
| Snippet name: | htable - synonym of htmlTable |
| Eternal ID of this version: | #1002949/1 |
| Text MD5: | 9cc5208a0e67acab2a36c85371aa4ac5 |
| Author: | stefan |
| Category: | javax html |
| Type: | JavaX fragment (include) |
| Public (visible to everyone): | Yes |
| Archived (hidden from active list): | No |
| Created/modified: | 2016-04-10 17:08:34 |
| Source code size: | 262 bytes / 11 lines |
| Pitched / IR pitched: | No / No |
| Views / Downloads: | 973 / 970 |
| Referenced in: | #1005274 - htableRaw - simple HTML table #1006654 - Standard functions list 2 (LIVE, continuation of #761) #1008420 - htable_noEncode - synonym of htmlTable with useHtmlEncode = false #3000382 - Answer for ferdie (>> t = 1, f = 0) |