Hell.Bent
Hell.Bent

Reputation: 1677

Dreamweaver WYSIWYG Drag and Drop Data bound html elements

Two questions about Dreamweaver:

  1. Is there anything in the product that enables users to move an element anywhere on a page WYSIWYG or would tables, divs, spans with justify have to be set to do that?

  2. Can Dreamwever be smart about data-bound elements and view models such as those bound by Knockout.js generating code like this: label data-bind="JobTitle"

Upvotes: 0

Views: 365

Answers (1)

Wayne Ellery
Wayne Ellery

Reputation: 7958

You would need to just edit the HTML of the elements after dragging and dropping and add the data-bind attribute. However you will most likely face issues with the HTML not being as clean as it's generated so it could be difficult to bind the data.

Upvotes: 1

Related Questions