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

8
LINES

< > BotCompany Repo | #1013972 // tagParam - synonym of getHtmlTagParameter

JavaX fragment (include)

sS tagParam(S tag, S key) {
  ret getHtmlTagParameter(tag, key);
}

// param of opening tag
static S tagParam(L<S> tok, S key) {
  ret getHtmlTagParameter(second(tok), key);
}

Author comment

Began life as a copy of #1013873

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: #1013972
Snippet name: tagParam - synonym of getHtmlTagParameter
Eternal ID of this version: #1013972/4
Text MD5: f17e6f7435d7ecaead727a5ba5f20d3b
Author: stefan
Category: javax
Type: JavaX fragment (include)
Public (visible to everyone): Yes
Archived (hidden from active list): No
Created/modified: 2021-04-06 16:55:32
Source code size: 182 bytes / 8 lines
Pitched / IR pitched: No / No
Views / Downloads: 385 / 401
Version history: 3 change(s)
Referenced in: [show references]