Render RTE Saved data Dynamically
Hi ,
We have a requirement to achieve below scenario.
Through Rich Text Editor entered value like "Hello <<.pyID>" and Saved this value in DB with some unique ID.
Now when i render on UI ill get the saved data using unique id then in run time as per the saved data it should need to render like Hello P-1.where pyID will be need to retrieve from Clipboard page.
For dynamic representation we are distinguished like this << property name >>.
Can any one please help me on this.
thanks...!