Description Usage Arguments Details Author(s) References See Also
When processing an HTML tag, one can fetch all the
parameters from the wxWidgets wxHtmlTag
object
as a single string. This function breaks that string
into separate name=value pairs and then
returns the result as a named character vector
for more convenient use in R.
This arises in an HTML tag handler function which is registered to convert a node into some content in the rendered document.
The function wxHtmlTag_GetAllParams
now has a
split
argument which, if TRUE
,
calls this function to return the parameters already
separated. So one can use either this function
or wxHtmlTag_GetAllParams
.
1 | processFormParameters(tag)
|
tag |
the |
The parameters are returned as a comma-separated list.
Duncan Temple Lang
http://www.wxwidgets.org/manuals/2.6.3/wx_wxhtmltag.html#wxhtmltag
wxHtmlTag_GetAllParams
wxHtmlTagHandler
wxHtmlParser_AddTagHandler
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.