- 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 7 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
-
Romain Courteaud authored
-
- 29 Nov, 2013 1 commit
-
-
Romain Courteaud authored
-
- 28 Nov, 2013 3 commits
-
-
Romain Courteaud authored
Display the error in the console.
-
Romain Courteaud authored
The method .on, .off, .trigger have been added. See RSVP.EventTarget.mixin for full details. Propagate the events in case of EmbeddedGadget to the parent IframeGadget.
-
Romain Courteaud authored
As renderJS is not compatible with phantomJS (which does not support CSS loading events), no need to slow down default execution.
-