>I can;t see any reason why that wouldn't work.
>do both those toolbars display normally without your if/else ?


It won't :(


Here is what is in my config.js file



   config.toolbar_Full =
[
        { name: 'document', items : [ 
'Source','-','Save','NewPage','DocProps','Preview','Print','-','Templates' ] },
        { name: 'clipboard', items : [ 
'Cut','Copy','Paste','PasteText','PasteFromWord','-','Undo','Redo' ] },
        { name: 'editing', items : [ 
'Find','Replace','-','SelectAll','-','SpellChecker', 'Scayt' ] },
        { name: 'forms', items : [ 'Form', 'Checkbox', 'Radio', 'TextField', 
'Textarea', 'Select', 'Button', 'ImageButton', 
        'HiddenField' ] },
        '/',
        { name: 'basicstyles', items : [ 
'Bold','Italic','Underline','Strike','Subscript','Superscript','-','RemoveFormat'
 ] },
        { name: 'paragraph', items : [ 
'NumberedList','BulletedList','-','Outdent','Indent','-','Blockquote','CreateDiv',
        
'-','JustifyLeft','JustifyCenter','JustifyRight','JustifyBlock','-','BidiLtr','BidiRtl'
 ] },
        { name: 'links', items : [ 'Link','Unlink','Anchor' ] },
        { name: 'insert', items : [ 
'Image','Flash','Table','HorizontalRule','Smiley','SpecialChar','PageBreak','Iframe'
 ] },
        '/',
        { name: 'styles', items : [ 'Styles','Format','Font','FontSize' ] },
        { name: 'colors', items : [ 'TextColor','BGColor' ] },
        { name: 'tools', items : [ 'Maximize', 'ShowBlocks','-','About' ] }
];

 
config.toolbar_Basic =
[
        ['Bold', 'Italic', '-', 'NumberedList', 'BulletedList', '-', 'Link', 
'Unlink','-','About']
];

~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~|
Order the Adobe Coldfusion Anthology now!
http://www.amazon.com/Adobe-Coldfusion-Anthology/dp/1430272155/?tag=houseoffusion
Archive: 
http://www.houseoffusion.com/groups/cf-talk/message.cfm/messageid:352877
Subscription: http://www.houseoffusion.com/groups/cf-talk/subscribe.cfm
Unsubscribe: http://www.houseoffusion.com/groups/cf-talk/unsubscribe.cfm

Reply via email to