Skip to content

Commit

Permalink
更新富文本组件
Browse files Browse the repository at this point in the history
  • Loading branch information
cjy37 committed Dec 21, 2017
1 parent 41c94eb commit f6492d4
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 4 deletions.
2 changes: 1 addition & 1 deletion bootstrap-table.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion bootstrap-table.min.js

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "angular-schema-form-table",
"version": "1.0.14",
"version": "1.0.15",
"description": "table add-on for schema form",
"scripts": {
"test": "rm -fr coverage && ./node_modules/karma/bin/karma start --single-run --browsers PhantomJS karma.conf.js"
Expand Down
3 changes: 2 additions & 1 deletion src/ckeditor.html
Original file line number Diff line number Diff line change
@@ -1,7 +1,8 @@
<div class="form-group schema-form-{{form.type}} {{form.htmlClass}}" ng-class="{'has-error': form.disableErrorState !== true && hasError(), 'has-success': form.disableSuccessState !== true && hasSuccess()}">
<label class="control-label {{form.labelHtmlClass}}" ng-class="{'sr-only': !showTitle(), 'schema-form-required': form.inputrequired === true}" for="{{form.key.slice(-1)[0]}}" ng-bind-html="form.title"></label>
<div class="joininputcol">
<div ng-class="form.fieldHtmlClass" ckeditor="form.options" ng-model="$$value$$" ready="form.onReady()" schema-validate="form"></div>
<!--<div ng-class="form.fieldHtmlClass" ckeditor="form.options" ng-model="$$value$$" ready="form.onReady()" schema-validate="form"></div>-->
<textarea froala="form.options" ng-model="$$value$$" schema-validate="form"></textarea>
<div class="help-block" sf-message="form.description"></div>
</div>
</div>

0 comments on commit f6492d4

Please sign in to comment.