Feature #15
render_to_component doesn't exist anymore
Start date:
06/23/2010
Due date:
% Done:
100%
Estimated time:
Browser (if web client):
Description
render_to_component was a method of the Jeff's xhtmlrenderer plugin that we though was not needed anymore.
I was used to display the preview panel in a JPanel on a Servoy form instead of an independent window.
David Pearce told us that he was missing this functionality, so I'm opening this issue to see if we can add it back.
History
Updated by Patrick Talbot over 14 years ago
- % Done changed from 50 to 90
Works fine now.
Will be in next v1.2.5 version: added previewToComponent() and updatePreview() methods.
Need to create a sample in the sample solution and will publish a new release.
Note that due to the fact that the previewToComponent() will take a JPanel to render, these methods will not be web compatible!