Reputation: 1677
Two questions about Dreamweaver:
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?
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
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