Closed ghost closed 6 years ago
khtml_attr(&r, KELEM_SPAN, KELEM_TITLE, s2.GetName().c_str(), KATTR__MAX);
renders as
<span onmousedown="Aggressor Assault Fighter">i</span>
Try KATTR_TITLE.
KATTR_TITLE
Woops - brain fart! Works great now. BTW, thanks for this library. I am using it for my hobby project (http://xhud.sirjorj.com/xwing.cgi) and it is working great!
khtml_attr(&r, KELEM_SPAN, KELEM_TITLE, s2.GetName().c_str(), KATTR__MAX);
renders as
<span onmousedown="Aggressor Assault Fighter">i</span>