Interaction between factbox and page

EvREvR Member Posts: 178
Hi all,

I have a factbox which has an Action. I want this action to trigger a function on the main page.
Please take a look at this example. I want the 'Add Selected' action to insert the selected text into the editor component on the left.
How would I make these 2 components interact?

miy4wdtdd4q4.png

Gr, Erik

Best Answer

Answers

  • archer89archer89 Member Posts: 337
    you may need a variable/property in the editor component, where you add a change eventhandler. when the factbox changes that editor property value, the event is called and changes/adds the selected value in the components textbox.
    best regards
    Franz Kalchmair, MVP
    Alias: Jonathan Archer

    please like / agree / verify my answer, if it was helpful for you. thx.
    Blog: http://moxie4nav.wordpress.com/
Sign In or Register to comment.