Madeline Watkins
Results
2
issues of
Madeline Watkins
I have events being passed to the froalaEditor through config: `` ``` this.options = { events = { initialized: function(event) { } } } ``` And the initialized event is...
I am trying to mimic excel-like functionality where copying one cell, selecting multiple cells, then pasting will copy that value into all the selected cells. I am trying to use...