pr0blems / phpquery

Automatically exported from code.google.com/p/phpquery
0 stars 0 forks source link

Extended callback support #48

Closed GoogleCodeExporter closed 8 years ago

GoogleCodeExporter commented 8 years ago
Implement extended callback support in all callback methods.
http://code.google.com/p/phpquery/wiki/Callbacks

Some structure wrapping whole callback (method and data) is needed.
Dedicated callback class is a good choice but may create naming collision.

Target methods:
 * ajax related
 * events releted
 * type-changing methods
   * text
   * htmlOuter
   * get

Original issue reported on code.google.com by tobiasz....@gmail.com on 2 Oct 2008 at 11:57

GoogleCodeExporter commented 8 years ago

Original comment by tobiasz....@gmail.com on 2 Oct 2008 at 11:58

GoogleCodeExporter commented 8 years ago
Fixed before r197. Features Callback and CallbackReference classes. All 
callbacks
aware methods implements this feature.

Wiki page will be updated when public release is ready.

Original comment by tobiasz....@gmail.com on 5 Oct 2008 at 11:37