Wednesday, March 21, 2012

declarative ajax guide

Hi,

Can anybody provide a declarative atlas guide if there is, any ?

I just couldn't find any on the web.

Thanks

hello.

are you talking about xml-script? if so, then the name of the elements are simply the name of classes. the properties and events are defined through the descriptor anonymous object that is added to a class.


Hi,

The name of the elements are simply the name of classes. I somehow thought of this. But, I have a declarative ajax and it doesn't follow this rule like

<control id="opneFile">

<behaviors>

<clickBehavior>

<click>

<invokeMethod target="FileOpen" method="OpenFile_Click"/>

</click>

</clickBehavior>

</behaviors>

</control>

What are the descriptor anonymous objects ?

Please explain in detail, if you have any examples

Thanks


hello.

well, in that case you're simply using the knowledge you have about asp.net ajax controls. instead of boring with my poor english, i'll just redirect you to garbin's articles about it on the netslacker's site:

http://dotnetslackers.com/articles/atlas/xml_script_tutorial_part1.aspx

at the end of the article you can find the other parts of the tutorial.

No comments:

Post a Comment