File tree Expand file tree Collapse file tree 2 files changed +12
-1
lines changed
vendor/assets/javascripts Expand file tree Collapse file tree 2 files changed +12
-1
lines changed Original file line number Diff line number Diff line change @@ -40,13 +40,22 @@ Add necessary stylesheet file to app/assets/stylesheets/application.css
40
40
41
41
## Javascripts
42
42
43
- Add necessary javascript( s ) files to app/assets/javascripts/application .js
43
+ Bootstrap-wysihtml5 depends on jquery and bootstrap-button .
44
44
45
45
``` javascript
46
46
//= require jquery # Not included
47
47
//= require bootstrap-button # Not included
48
+ ```
49
+
50
+ Add necessary javascript(s ) files to app/assets/javascripts/application.js
51
+
52
+ ```javascript
48
53
//= require wysihtml5
49
54
//= require bootstrap-wysihtml5
55
+
56
+ or
57
+
58
+ //= require bootstrap-wysihtml5-all
50
59
```
51
60
52
61
## Using bootstrap-wysihtml5-rails
Original file line number Diff line number Diff line change
1
+ //= require bootstrap-wysihtml5
2
+ //= require wysihtml5
You can’t perform that action at this time.
0 commit comments