This is an example for tiny mce with a custom jquery ui theme:
http://fiddle.tinymce.com/IDbaab
and this is an example for tiny mce with all functions enabled:
http://fiddle.tinymce.com/baaaab
How can I comebine these 2?
Writing everything like this
'<input type="checkbox" id="bold" data-mce-command="bold" /><label for="bold">B</label>' +
'<input type="checkbox" id="italic" data-mce-command="italic" /><label for="italic">I</label>' +
would really stupid, is there a better and easy solution?