- Home
- Forum
- Angular - EJ 2
- [enableResize]='true' is not working
[enableResize]='true' is not working
I added [enableResize] to rich textboxbut i don't see icon in the bottom right corner. [enableResize]='true'
- The code snippet of the Rich Text Editor in your application.
- The exact Syncfusion package version used in your application.
- If possible please share us with the issue reproducible sample or please modify the shared sample with the issue reproducing code.
<ejs-richtexteditor id='additionalInformation1' [enableResize]='true' [height]="200" [toolbarSettings]='rteConfig.tools'
[iframeSettings]='rteConfig.iframe' [fontFamily]='rteConfig.fontFamily'
[(ngModel)]="nameProperty"
formControlName="nameProperty" [disabled]="isReadonly">
</ejs-richtexteditor>
export class RteConfig {
public readonly tools: object = {
items: ['Undo', 'Redo', '|',
'Bold', 'Italic', 'Underline', 'StrikeThrough', '|',
'FontSize', 'FontColor', 'BackgroundColor', '|',
'Alignments', '|', 'OrderedList', 'UnorderedList', '|',
'Indent', 'Outdent', '|', 'FullScreen'],
enableFloating: false,
};
public readonly iframe: object = { enable: true};
<ejs-richtexteditor id='additionalInformation1' [enableResize]='true' [height]="200" [toolbarSettings]='rteConfig.tools'
[iframeSettings]='rteConfig.iframe' [fontFamily]='rteConfig.fontFamily'
[(ngModel)]="nameProperty"
formControlName="nameProperty" [disabled]="isReadonly">
</ejs-richtexteditor>
export class RteConfig {
public readonly tools: object = {
items: ['Undo', 'Redo', '|',
'Bold', 'Italic', 'Underline', 'StrikeThrough', '|',
'FontSize', 'FontColor', 'BackgroundColor', '|',
'Alignments', '|', 'OrderedList', 'UnorderedList', '|',
'Indent', 'Outdent', '|', 'FullScreen'],
enableFloating: false,
};
public readonly iframe: object = { enable: true};
|
import { ToolbarService, LinkService, ImageService, ResizeService, HtmlEditorService } from '@syncfusion/ej2-angular-richtexteditor';
@Component({
...
providers: [ToolbarService, LinkService, ImageService, ResizeService, HtmlEditorService]
})
|
- 4 Replies
- 3 Participants
-
LO lom
- Jul 21, 2021 11:02 AM UTC
- Jul 26, 2021 10:03 AM UTC