Corey Kosloski

Results 203 comments of Corey Kosloski

@artforlife can this be closed?

You need to return false from your `onbeforesave` method http://vitalets.github.io/angular-xeditable/#onbeforesave

What happens if you set the `blur` to `ignore` https://vitalets.github.io/angular-xeditable/#ref-element

Is this what you are looking for? ```One way to submit data on server is to define onbeforesave attribute pointing to some method of scope. Useful when you need to...

Can you post some code or a link to your code on jsFiddle (or elsewhere)

I think you would have to add the `onshow` [attribute](http://vitalets.github.io/angular-xeditable/#ref-element) that does the `CKEDITOR.replace( 'editor1' );`

I think all you need to do is something like `onshow="KEDITOR.replace( 'editor1' );"` I'm not 100% sure thought. I have never used an html editor before with x-editable.

Can you post some code on what it is you are trying to do. Or post an example of what's not working on jsfiddle or similar. I'm not sure how...

What does your code look like for displaying `$scope.chauffeurs` That code above seems right to me.