<table border="1" id = "Table1"> <tr> <td>CO@Property</td> </tr> <tr> <td>Tag:Plugin@Property</td> </tr> </table> <input id="UserTag1" type="text" value="Random1" style="text-align: right; width:50em"> <input id="UserTag2" type="text" value="Tag:Random1" style="text-align: right; width:50em">
<CSTag InputType = "Tag" TagValue = "value the user entered" />
<table border="1" id = "Table1"> <tr> <td>CO@Property</td> </tr> <tr> <td><CSTag InputType = "Tag" TagValue = "Plugin@Property" /></td> </tr> </table> <input id="UserTag1" type="text" value="Random1" style="text-align: right; width:50em"> <input id="UserTag2" type="text" value="<CSTag InputType = "Tag" TagValue = "Random1" />"style="text-align: right; width:50em">
document.getElementById
innerHTML
var
This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)