hi,
It is my second post on this forum and i hope this time i will get any reply as I didn't got any reply on that first post. So anyways, How can i add the new toolbar in ckfinder, as in their api like
this code adds the toolbar when we click on basket only, I want a toolbar to be there everytime, how to that, and also how to access the div, on my page where i have created the ckfinder.
CKFinder.addPlugin('basketTest',
{
basketToolbar :
[
[
// UI type have to be in string form.
'basketTest',
{
label : 'Basket Test',
icon : false,
onClick : function()
{
alert( 'My own function executed after pressing Basket Test.' );
}
}
]
]
});
regards,
Rizwan Ali
It is my second post on this forum and i hope this time i will get any reply as I didn't got any reply on that first post. So anyways, How can i add the new toolbar in ckfinder, as in their api like
this code adds the toolbar when we click on basket only, I want a toolbar to be there everytime, how to that, and also how to access the div, on my page where i have created the ckfinder.
CKFinder.addPlugin('basketTest',
{
basketToolbar :
[
[
// UI type have to be in string form.
'basketTest',
{
label : 'Basket Test',
icon : false,
onClick : function()
{
alert( 'My own function executed after pressing Basket Test.' );
}
}
]
]
});
regards,
Rizwan Ali
Re: [Feature request] how to add a new toolbar in ckfinder
Wiktor Walc
CTO, CKSource - http://cksource.com
--
Follow CKEditor on: Twitter | Facebook | Google+