Image properties dialog
After double-clicking on a photo in the editor, it opens the photo properties dialog.
Known Issues
- When opening an editor in a mui dialog box and opening the image dialog box in it,
the mui dialog does not allow focus to be passed out. As a result, no field inside image properties can be focused.
Just enable the disableEnforceFocus option.
Image properties - Input fields are not clickable ( react + material ui ) #879
Classes
Interfaces
EditValues
EditValues: Object
Type declaration
Name | Type |
---|---|
style |
string |
imageSrc |
string |
borderRadius |
number |
imageTitle |
string |
imageAlt |
string |
imageLink |
string |
imageLinkOpenInNewTab |
boolean |
imageWidth |
number | string |
imageHeight |
number | string |
marginTop |
number | string |
marginRight |
number | string |
marginBottom |
number | string |
marginLeft |
number | string |
classes |
string |
id |
string |
align |
ImageHAlign |
Defined in
jodit/src/plugins/image-properties/interface.d.ts:13