Hi,
I want to setup a button on CKEditor tool bar which open CKFinder where I can select the files and it should place them in CkEditor(normal behaviour of CKFinder). I know that I can access CKFinder from Images/Links buttons but I want to add a button which would directly give me access to CKFinder rather than accessing some intermittent dialog that would eventually lead to CKFinder.
I am able to place a button, followed plugin sample and able to create a button. How do I make a call to invoke CKFinder from there?
Please help..
Hi,
Hi,
I'm not familiar with CKFinder and it's functions, but you could look for the button that opens the CKFinder dialog you want, use your browser to find the function (e.g. in Chrome you can use Inspect Element), and then use that for your button's command. Then it would run that function when the button is clicked.