Spellchecker in CF
i used spell checker in past...we bought , installed on server.
i forgot name of spell checker tag. know.
this way, called spellchecker tag in code.....any body know tag name?.
function spell()
{
window.open("../../spellchecker/window.cfm?jsvar=document.from.frm_field.value", null, "height=230,width=450,status=no,toolbar=no,menubar=no,location=no");
}
<input type="button" value="check spelling" onclick="spell()">
i forgot name of spell checker tag. know.
this way, called spellchecker tag in code.....any body know tag name?.
function spell()
{
window.open("../../spellchecker/window.cfm?jsvar=document.from.frm_field.value", null, "height=230,width=450,status=no,toolbar=no,menubar=no,location=no");
}
<input type="button" value="check spelling" onclick="spell()">
check out these links:
http://www.cfcustomtags.com/subcategories.cfm?parentid=142
http://web4w3.com/wwspeller.html
http://jazzy.sourceforge.net/
http://www.cfcustomtags.com/subcategories.cfm?parentid=142
http://web4w3.com/wwspeller.html
http://jazzy.sourceforge.net/
More discussions in ColdFusion
adobe
Comments
Post a Comment