- 15 Sep, 2014 3 commits
-
-
Romain Courteaud authored
-
Romain Courteaud authored
A service is function which is executed outside the promise tree when the gadget is attached to the DOM. Services are stopped when the gadget is removed from the DOM. You can declare a service with the "declareService" method, which takes a function as parameter. Service errors are reported to the parent gadget by acquisition on "reportServiceError". If no gadget catched the service error, the application will crash (document body will display the raw error).
-
Romain Courteaud authored
-
- 12 Sep, 2014 1 commit
-
-
Romain Courteaud authored
-
- 20 Jun, 2014 1 commit
-
-
Romain Courteaud authored
-
- 23 May, 2014 3 commits
-
-
Romain Courteaud authored
Do not prevent calling declareGadget in ready functions. Allow to directly declareGadget inside the HTML.
-
Romain Courteaud authored
-
Romain Courteaud authored
-
- 22 May, 2014 4 commits
-
-
Romain Courteaud authored
Only ease to ease developper comprehension.
-
Romain Courteaud authored
-
Romain Courteaud authored
-
Romain Courteaud authored
-
- 21 May, 2014 1 commit
-
-
Romain Courteaud authored
Drop EventTarget support on Gadget. Add declareAcquiredMethod, allowPublicAcquisition. Prefix attribute non part of the API by __. Such method/property can be rename in next versions without any compatibility support. Use base element in iframe to get the same link behaviour with or without iframe.
-
- 22 Apr, 2014 2 commits
-
-
Thibaut Frain authored
-
Thibaut Frain authored
-
- 16 Apr, 2014 1 commit
-
-
Thibaut Frain authored
-
- 14 Apr, 2014 3 commits
-
-
Thibaut Frain authored
-
Romain Courteaud authored
-
Romain Courteaud authored
declareAcquiredMethod generated function should not call local (ie, same gadget) allowedAcquisition method.
-
- 11 Apr, 2014 3 commits
-
-
Romain Courteaud authored
Use declareAcquiredMethod instead.
-
Romain Courteaud authored
-
Romain Courteaud authored
-
- 08 Apr, 2014 2 commits
-
-
Thibaut Frain authored
-
Romain Courteaud authored
aq_dynamic was a "low level" method, somehow hard to understand. Allow acquisition more explicitely by providing the method name allowed.
-
- 07 Apr, 2014 2 commits
-
-
Thibaut Frain authored
-
Thibaut Frain authored
-
- 04 Apr, 2014 2 commits
-
-
Romain Courteaud authored
Replace the gadget method "acquire" by the Klass function "declareAcquiredMethod" which generates new accessors on this class and do a direct mapping with the parent aq_dynamic function.
-
Romain Courteaud authored
Acquisition will be the only way to propagate informations to the parent gadget.
-
- 03 Apr, 2014 4 commits
-
-
Romain Courteaud authored
-
Romain Courteaud authored
It may help developper to see all properties which are not part of the API.
-
Romain Courteaud authored
-
Romain Courteaud authored
Add methods to fetch an existing gadget from its scope and drop the scope reference.
-
- 11 Mar, 2014 2 commits
-
-
Thibaut Frain authored
-
Romain Courteaud authored
-
- 21 Jan, 2014 6 commits
-
-
Romain Courteaud authored
-
Romain Courteaud authored
-
Romain Courteaud authored
-
Romain Courteaud authored
-
Romain Courteaud authored
Thanks to Thibaut Frain for this patch.
-
Romain Courteaud authored
-