Atlas : Refreshing XML script that defines behavior

R

Ram Patel

Hello,

I have problem with Atlas XML script which defines behavior to tables for
drag and drop like below:

<script id="script1" type="text/xml-script">
<page >
<components>
<control id="tbl1">
<behaviors>
<draggableControl />
</behaviors>
</control>
<control id="tbl2">
<behaviors>
<draggableControl />
</behaviors>
</control>
</components>
</page>
</script>

above script defines draggable behavior to Table Objects.

But through javascript i rewrite the table layout on client side with same
table ids as in XML script , but new created tables doesn't show

draggable behavior ..



anyone has solution , how i can refresh the script again so , tables can get
draggable behavior during new creation using javascript.



regards,
Ram Patel
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Members online

No members online now.

Forum statistics

Threads
473,764
Messages
2,569,564
Members
45,039
Latest member
CasimiraVa

Latest Threads

Top