|
|
|
1-10 of 12
< Previous Next >
|
It would be fantastic to be able to apply the URL attribute to controller methods. This would facilitate friendly URL calls from a single controller. For example, I could have an "employee" control...
id# 1286 | Planned Release: ProMesh.NET v1.3 | Last Updated: May 25 at 4:44 AM
by zhaojc
Sometime you want to show readonly data that is binded by the webform.
The text could be rendered into a span tag.
ps. this also means that the WebForm should handle readonly properties (with no ...
id# 941 | Planned Release: ProMesh.NET v1.2 | Last Updated: May 8 at 1:40 AM
by jeremy_bell
It should be possible to change the template directory for the current request only. Currently, this is an application-wide setting.
id# 1607 | Planned Release: ProMesh.NET v1.3 | Last Updated: Jan 16 at 1:21 PM
by activa
When creating your own control, the GenerateHtml() method should be overridden. This method returns plain HTML.
Maybe it should be possible to use the template renderer to generate the HTML, allow...
id# 687 | Planned Release: ProMesh.NET v1.3 | Last Updated: Jan 16 at 1:19 PM
by activa
I've created a MootoolsProvider using the existing AjaxProviders.
I;ve tested it with Mootools version 1.11 and the testapplication of ProMesh.
Keep up your excellent work!
Groet,
Edwin de Jonge
id# 1326 | Planned Release: None | Last Updated: Jan 16 at 1:17 PM
by activa
Support for calling server methods from javascript, using your choice of javascript framework.
Currently jQuery is working. Other frameworks should be easily supported by plugins.
id# 785 | Planned Release: None | Last Updated: Oct 26 2007 at 8:13 AM
by activa
Ability to include other templates inside a template.
Proposed syntax:
<!--$[render filename]-->
or
<!--$[include filename]-->
"render" will render the template using the template parser. ...
id# 843 | Planned Release: None | Last Updated: Oct 26 2007 at 8:13 AM
by activa
With a one line chane you should be able to support Web Sites not just Web Applications.
If you change Line 97 in WebAppConfig.cs from:
Type appType = Type.GetType(applicationClassName, false);
to...
id# 1118 | Planned Release: None | Last Updated: Oct 26 2007 at 7:43 AM
by activa
I have a virtual method in my base controller:
protected virtual string GetFileExt()
If I override this in my concrete controller, Promesh throws this exception:
throw new Exception("More than o...
id# 1606 | Planned Release: ProMesh.NET v1.2.1 | Last Updated: Oct 26 2007 at 7:40 AM
by activa
#1 - Error
No overload for method 'ValidateField' takes '0' arguments
ProMesh-7776\FormEngine\WebForm.cs 168 30 Activa.ProMesh
#2 - Error
Delegate 'FieldValidateHandler' does not take '3' argumen...
id# 1569 | Planned Release: None | Last Updated: Sep 27 2007 at 8:25 PM
by activa
|
|
1-10 of 12
< Previous 1 2 Next >
|
|
|
|
|
|
|