Skip to content

ExpressCraft.Bootstrap (For Bridge.Net) - Create a Windows Application using ExpressCraft UI and Bridge for the Browser. Handles Modal and Non-Modal Forms - When using Dialogues you can assign call-backs based on the Dialogue Result.

samuelGrahame/ExpressCraft.Bootstrap

Repository files navigation

ExpressCraft.Bootstrap

NuGet Built with Bridge.NET

Demo https://rawgit.com/samuelGrahame/ExpressCraft.Bootstrap/master/ExpressCraft.Bootstrap/Bridge/www/rawprev.html ExpressCraft https://github.com/samuelGrahame/ExpressCraft

Example Invoice: https://rawgit.com/samuelGrahame/ExpressCraft.Bootstrap/master/Examples/ResponsivePerForm.html

How to create a new BootstrapWindow - bootstrap -> boot

public class Program
{
	public static void Main()
	{
		Application.Run(new BootWindow());
	}
}

How to create BootstrapWindow's Responsive

// AssignHandles() To assign Form Handle - Assign Responsive Class

public class Program
{
	public static void Main()
	{			
		Application.Run(
			new BootWindow().AssignHandles()
		);
	}
}

About

ExpressCraft.Bootstrap (For Bridge.Net) - Create a Windows Application using ExpressCraft UI and Bridge for the Browser. Handles Modal and Non-Modal Forms - When using Dialogues you can assign call-backs based on the Dialogue Result.

Topics

Resources

Stars

Watchers

Forks

Packages

No packages published