Hi
I have a couple of things in my query:
1. I spotted an bug in the Metro touch skin , on your demos as well as my implementation the alignment property on the bootm drop down does not allow you to select an alignment , this happens on tables too, also the fileds are so big that they flow over the editor.
2. I am developing a dynamic form designer , what i would like to do is create pre defined elements that can be dragged on to the designer. and when selected display a property panel with pre defined properties.These elements will be of combined markup for example.
For this to be able to work I wish to block the inner html of the for being edited by the designer.
also I would like to know is there a javascript method I can Use in order to get the element that is selected.
So In short I would like to select the element (of class designelement) in the designer and return the ID when clicked but I down want any element in the inner HTML of that div to be changeable through the designer.
I have a couple of things in my query:
1. I spotted an bug in the Metro touch skin , on your demos as well as my implementation the alignment property on the bootm drop down does not allow you to select an alignment , this happens on tables too, also the fileds are so big that they flow over the editor.
2. I am developing a dynamic form designer , what i would like to do is create pre defined elements that can be dragged on to the designer. and when selected display a property panel with pre defined properties.These elements will be of combined markup for example.
<
div
class
=
"designElement"
id
=
"element1"
>
<
table
>
<
tr
>
<
td
>Some Text</
td
>
<
td
><
img
src
=
"img.png"
></
td
>
</
tr
>
</
table
>
</
div
>
For this to be able to work I wish to block the inner html of the for being edited by the designer.
also I would like to know is there a javascript method I can Use in order to get the element that is selected.
So In short I would like to select the element (of class designelement) in the designer and return the ID when clicked but I down want any element in the inner HTML of that div to be changeable through the designer.