Skip to content
This repository has been archived by the owner on Jan 3, 2020. It is now read-only.

Commit

Permalink
Merge feature/tab-behaviour
Browse files Browse the repository at this point in the history
  • Loading branch information
Andries-Smit authored Jul 25, 2018
2 parents 9b56887 + a0a9268 commit 11c1815
Show file tree
Hide file tree
Showing 10 changed files with 10,269 additions and 7,623 deletions.
9 changes: 8 additions & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
@@ -1,7 +1,14 @@
sudo: required
dist: trusty
language: node_js
node_js:
- "6"
- "8"
addons:
apt:
sources:
- google-chrome
packages:
- google-chrome-stable
before_install:
- npm i -g npm
- npm install grunt-cli -g
Expand Down
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -22,10 +22,10 @@ Rich inline or toolbar text editing
* Ctrl + C: Copy
* Ctrl + V: Paste
* -, space : start list
* tab: adds a tab to the content, will not move focus to next input
* tab: indents the content when tab key is configured to indent from the widget xml else it will move focus to next element

## Dependencies
Mendix 7.9
Mendix 7.13.1

## Test project
http://texteditorwidget.mxapps.io
Expand Down
Loading

0 comments on commit 11c1815

Please sign in to comment.