Added Multiple Editors Instructions#118
Conversation
Added instructions on how to properly initialize multiple editors on the same page. Proper initialization and usage resolves steveathon#117 steveathon#110 steveathon#31
|
Nice instructions, although you don't actually need to use |
|
@andrews05 So set the toolbar ids like: This didn't work for me, I must be misunderstanding. |
|
No that's right, it works for me just like that. Not sure why it wouldn't work for you... |
|
On the 2.0dev branch of the code? or the older code base? |
|
I'm on the older codebase but the 2.0 branch appears to work the same, just from looking at the code. There's no reference to 'data-role' besides the default value for toolbarSelector. |
|
@kaptainkommie My PR that removes instructions like these from the README was recently merged in. Can you update the Getting Started wiki article instead? We should start pointing people to this wiki article. |
Added instructions on how to properly initialize multiple editors on the same page. Proper initialization and usage resolves #117 #110 #31