Extending WPF/E with Custom Controls

Are there any plans to enable JavaScript/XAML custom controls to be created and leveraged using WPF/E?

I'm mainly interested in encapsulating commonly used functions (say a few frequently used animations for instance) into a custom client-side control and referencing it in the XAML with an XML namespace at this point. But, I could see a future for extending existing functionality as well through custom controls if there's a way to tie into the WPF/E control.

[477 byte] By [DanWahlin] at [2008-2-28]
# 1

In the future we will have a custom control story for "WPF/E" (that will also include managed code on the client). At this point the best way to implement custom control is through ASP.NET. You can build ASP.NET control that emit "WPF/E" code and accept parameters (same is true for PHP components).

BarakCohen at 2007-9-4 > top of Msdn Tech,Silverlight (formerly WPF/E),Silverlight (formerly WPF/E) Developer Issues...
# 2
Managed code in the client? That sounds very interesting. Do you have some more info on that?
Odegaard at 2007-9-4 > top of Msdn Tech,Silverlight (formerly WPF/E),Silverlight (formerly WPF/E) Developer Issues...