I'm using Sencha ExtJS 4 framework, and ExtDirect4DotNet server-side stack with ASP.NET. I ran into an issue with the Sencha ExtJS MVC model functionality.

There is a standard field in the Ext.tree.Panel component, called "checked". This is also a keyword in .NET. It turns to a blue color in Visual Studio 2012. Is there a way in Sencha to send a different value when the proxy sends JSON requests to the server? I was thinking of overriding an event listener with some code to change it, but I'd rather use standard functionality if possible.

I'll +1 anything that works, and will accept the most standard functionality.

Screen shot:

enter image description here

有帮助吗?

解决方案

Use the @ character:

public bool @checked;
许可以下: CC-BY-SA归因
不隶属于 StackOverflow
scroll top