rich editor is now working
This commit is contained in:
parent
379dce7a54
commit
ccc90fff17
5 changed files with 30 additions and 43 deletions
|
|
@ -51,14 +51,13 @@ alter table transaction add column trackingNumber varchar(255);
|
|||
create table RichEdit (
|
||||
assetId varchar(22) not null primary key,
|
||||
askAboutRichEdit int not null default 0,
|
||||
preformated int not null default 0,
|
||||
preformatted int not null default 0,
|
||||
editorWidth int not null default 0,
|
||||
editorHeight int not null default 0,
|
||||
sourceEditorWidth int not null default 0,
|
||||
sourceEditorHeight int not null default 0,
|
||||
useBr int not null default 0,
|
||||
nowrap int not null default 0,
|
||||
convertNewLinesToBr int not null default 0,
|
||||
removeLineBreaks int not null default 0,
|
||||
npwrap int not null default 0,
|
||||
directionality varchar(3) not null default 'ltr',
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue