Skip to content

Terricks/XAFBootstrap

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

42 Commits
 
 
 
 
 
 

Repository files navigation

XAFBootstrap

XAF Bootstrap addon for eXpressApp Framework (WebForms)

Installation

  1. Download project
  2. Create new or open existing XAF project
  3. Add XAF Bootstrap project to solution.
  4. Add XAF Bootstrap module to Module.cs in .Module.Web
  5. Install Microsoft Web Optimization Framework to your .Web project

You can watch video: https://www.youtube.com/watch?v=mIZcLswlswM

#Requirements

  • Microsoft Web Optimization Framework
  • .NET 4.5
  • XPO, EF supported partially
  • EasyTest not supported for now

Functionality

  • Twitter Bootstrap implementation for eXpressApp Framework (over standard XAF controllers, templates and editors functionality)
  • Detecting unsaved data when closing browser tab or navigating in application
  • Custom popup managing functionality (all over main window)
  • Default 16 bootstrap themes and theme importing functionality

License

Apache 2.0

Releasing

For correct access to optimized *.js and *.css files by optimization framework you shoud add to web.config of your .Web project follow strings:

<location path="bootstrap_css">
<system.web>
<authorization>
<allow users="?"/>
</authorization>
</system.web>
</location>
<location path="bootstrap_js">
<system.web>
<authorization>
<allow users="?"/>
</authorization>
</system.web>
</location>

Localization

You can translate library-specific texts thru Localization in Module.Web model, section XAF Bootstrap.