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.

Montag, 28. März 2016

Migrated to .NET 4.5

All components have been migrated to .NET 4.5.

Mittwoch, 23. März 2016

Function can be declared in template

Property or field of delegate type can be bound on expression in template. "j:parameter" references the function parameter.

Access to LocalStorage and SessionStorage supported

HTML 5 API for LocalStorage & SessionStorage is supported now.

Donnerstag, 11. Februar 2016

Style tracing added

"Current Styles" panel in "DOM Inspector" traces styles now.

Grid, TreeView, ListBox are typed now

Typed versions  of  Grid, TreeView, ListBox (controls with items selection) has been implemented. This versions support type safe databing better.

Samstag, 5. September 2015

WPF like template handling has been implemented

Template binding is more like WPF now.
New features: inline templates, attached properties, collection binding.
New controls with template binding: UserControl, Repeater, UserLazyPane

Samstag, 25. Juli 2015

Sonntag, 25. Januar 2015

Sonntag, 7. Dezember 2014

Drag & Drop

TreeView and Grid support Drag & Drop now.

Freitag, 3. Oktober 2014

Linq namespace supported

Support for Linq namespace has been implemented

Communication is encrypted now

Client/Server communication is encrypted now.

Mittwoch, 25. Juni 2014

MessageBox component has been implemented

Demonstration of MessageBox API has been added to  Window sample

Sonntag, 15. Juni 2014

Window component has been implemented

Window sample demonstrates features move/resize/maximize for modal window.