Skip to main content
Junaid Atari
Known Participant
June 29, 2010
Question

How to enable InsertBar when editing .js, .css files?

  • June 29, 2010
  • 1 reply
  • 1626 views

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?

This topic has been closed for replies.

1 reply

Randy Edmunds
Adobe Employee
Adobe Employee
June 30, 2010

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.

Junaid Atari
Known Participant
June 30, 2010

Hello Randy,

Thanks for Replying..

I am just trying to use Insertbar in CSS and jScript file.