Donnerstag, 3. Oktober 2019

Control type in Html tag name

new ControlAttribute allow specify default html on .NET type.
Html template code snippet:
<buttons:ImageTextButton tabindex="1" j:control="
Text := 'Text Button',
Execute = dp:ObservableAction<sys:String>(j:control.Execute) { Source = j:control.CopyMessage }.Target"/>







Sonntag, 13. Mai 2018

WebGL supported

WebGL API samples have been added to Html5 area.

System.Runtime.Serialization and System.ServiceModel supported

Remoting & Serializing features support System.Runtime.Serialization and System.ServiceModel attributes (DataMember. DataContract, CollectionDataContract, MessageContract and other).

Donnerstag, 9. März 2017

Await supported

Remoting, Timeout, File reading provide await option now.

Montag, 13. Februar 2017

TreeView and Grid support Html 5 File Drop

TreeView and Grid samples accept file drop now.

Sonntag, 5. Februar 2017

HTML 5 File API supported

Support for HTML 5 File API and ArrayBuffer, ByteArray has been implemented. New Htm 5 Tab has been added to web site.

Montag, 26. September 2016

Re-using WCF Proxy

ServiceContractAttribute allows to reference WCF generated interface. This feature minimizes configuration and supports remoting methods validation.