Copy link to clipboard
Copied
Hello DW Team,
When i opened .css , .js file.. Whole Insertbar object goes dim and disabled. How to enable InsertBar when editing .js, .css files?
Any solution to enable it?
Copy link to clipboard
Copied
Sag-e-Attar Junaid Atari wrote:
Hello DW Team,
When i opened .css , .js file.. Whole Insertbar object goes dim and disabled. How to enable InsertBar when editing .js, .css files?
Any solution to enable it?
Objects are designed to be used in an HTML document. Snippets are designed more for Code View.
The only reasonable way I can think to get around this limitation is to create a temporary HTML document with either a <script> or <style> block, insert the desired Object, then copy the result to the desired .js or .css file.
What exactly are you trying to do? Maybe some details could remind me of some other way to do what you want.
Hope this helps,
Randy Edmunds
Dreamweaver Development
Adobe Systems, Inc.
Copy link to clipboard
Copied
Hello Randy,
Thanks for Replying..
I am just trying to use Insertbar in CSS and jScript file.