Adam,
I am trying to disable the ability to access the properties of an item (see images below)
Step One: Right Click Div -> Click on Properties
Step Two: This is what i wish to disable access to. I wish to disable access to the properties which will create formating changes (inline styling etc)
Part 2
I also want to disable the ability to drag handles when creating templates (again to stop the inline styles to occur in the html
(see images below)
Step One: Put a template on the page and click a Div element
Click and drag the handles
View the html and note the inline style
Part 3
Is there a way to remove decendant selectors in the css drop down (they contain spaces between the 2 decendants) {ie
p h3 {some css}, or nameofsomeclass someotherclass (see image below) also is there a way to set a max with to the drop downs? (see image again below) (notice if div style="float: left" is used in one class and a div style="float:right" is used in another class it blows out the sides)