budde377 / Part

Framework for developing websites written in PHP/Dart.
MIT License
2 stars 0 forks source link

Define function calls in forms #97

Closed budde377 closed 9 years ago

budde377 commented 9 years ago

The same way that AjaxServer has been successfull serverside, we can create similar clientside. By using our dear language functionString we can define the function call in the formular, and call registered instances in the server. We can also define what notions to set on success or on error (maybe even with error-number).


Imported from Bitbucket Originally reported by: Christian Budde Christensen (2014-10-22T03:55:48.287)

budde377 commented 9 years ago

Example:

<form data-function-string='{object}.{method}({name-of-element}, ... )

Original comment by: Christian Budde Christensen (2014-10-22 01:57:06+00:00)

budde377 commented 9 years ago

Created Function String parser for client side. See #97

→ <<cset 16e0076b6584>>


Original comment by: Christian Budde Christensen (2014-11-19 03:31:13+00:00)

budde377 commented 9 years ago

Fixed #97

→ <<cset 8c02652d13e8>>


Original comment by: Christian Budde Christensen (2014-11-21 19:32:48+00:00)