Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Vnext dev refresh #319

Merged
merged 9 commits into from
Dec 13, 2016
Merged

Vnext dev refresh #319

merged 9 commits into from
Dec 13, 2016

Conversation

mawtex
Copy link
Collaborator

@mawtex mawtex commented Dec 13, 2016

No description provided.

mawtex and others added 9 commits November 29, 2016 14:04
… make us use the service container of your taste, like Ninject, Autofac or what ever. Thanks to @BurningIce. Fix #267.
…virtual method. This implementes feature request #314

Usage:

public override IDictionary<string, WidgetFunctionProvider> GetParameterWidgets()
{
    return new Dictionary<string, WidgetFunctionProvider>
    {
        { nameof(Article), StandardWidgetFunctions.TextAreaWidget }
    };
}
Non-static WidgetFactoryMethod
…s when returning a widget provider from GetParameterWidgets for said property.
Feature widgetfactorymethod (Razor and User Control Functions)
@mawtex mawtex merged commit c9d9560 into feature-components Dec 13, 2016
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants