7 Sep
2000
7 Sep
'00
11:21 p.m.
On Thu, 7 Sep 2000, Tim Hicks wrote:
So each time there is a change made to the text, I must call reindex_object, is that correct? If so, how do I make it so that each time I hit the 'Change' button at the bottom of the text box, <dtml-call "reindex_object()"> is executed?
If you take a close look at the how-to, it also tells you you have to write your own management 'editForm' method and assign it to the view tab. In the action method for that form, you do the reindex_object. --RDM