From a9c4e3054184a4139398fcef6144fb5253a8d394 Mon Sep 17 00:00:00 2001 From: Matthias Van Woensel Date: Tue, 17 Jan 2017 15:09:50 +0100 Subject: [PATCH] Update README.md We might want to mention that you need to add the css file to the templates --- README.md | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/README.md b/README.md index d6104a7..4b246ec 100644 --- a/README.md +++ b/README.md @@ -17,6 +17,12 @@ The default setting for this file is: ``` If you are compiling your own custom version of the bootstrap css file, simply set that define to point to your own version. +Remember you do have to include the css file in your templates: +``` + +``` + + 3) Point the base class to Bootstrap classes so that they add their functionality. In your project/includes/controls/QControl.class.php file, have your QControl inherit from the base class. For example,