Save/Load fields in HTML
Posted: Tue Feb 10, 2015 2:44 pm
Is there a way/option for Fields to save/load from HTML?
If not, could this be implemented? Perhaps by using the id attribute?
eg.
would save to HTML as
and any spans with id attributes would be loaded appropriately.
If not, could this be implemented? Perhaps by using the id attribute?
eg.
Code: Select all
rve.CurTextStyleNo := 6; // Field style
rve.InsertStringTag('Jim', 'forename'); // Field
Code: Select all
<span class=rvts6 id=forename>Jim</span>