Scott González
Scott González
This seems like an argument for creating an object structure in the "Generate the diff from the CSTs" section of #2.
Let me know if you need any help with the jQuery UI update.
We're adding an `instance()` method to all widgets in 1.11 (it's already in master) to prevent this problem in the future. For now, using `.data( widgetName )` is still the...
Given just the name, you can't get the namespace. But you're getting the name from custom data that your'e storing, so you could put the namespace in there. Alternatively, you...
You could temporarily (until 1.11 ships with the `instance()` method) add a method to make this work. Do the editors inherit from a common base?
> All of a sudden I have to retrieve Create's Storage Widget via `data('DrupalCreateStorage')` instead of `data('createStorage')` though — why is that? Because in [1.9 we deprecated the use of...
> Also, AFAICT it is impossible to be compatible with both jQuery UI 1.10 and 1.8 without introducing version checks? It's always possible to be compatible, it's just a matter...
We discussed this in the jQuery UI meeting today with @benjamin-albert. We don't plan on building this support directly into the datepicker widget, but we would like to make it...
These are APIs driven by real developer needs. They were created to be public and should be documented.
From the ticket, it looks like the request is to document when `statusCode` callbacks are executed in relation to the promise callbacks.