rich editor integrated
This commit is contained in:
parent
ccc90fff17
commit
c1303373f0
7 changed files with 33 additions and 33 deletions
|
|
@ -102,10 +102,12 @@ sub www_editSettings {
|
|||
-value=>$session{setting}{metaDataEnabled}
|
||||
);
|
||||
# user interface settings
|
||||
$tabform->getTab("ui")->text(
|
||||
-name=>"richEditCss",
|
||||
-label=>"Rich Edit CSS URL",
|
||||
-value=>$session{setting}{richEditCss}
|
||||
$tabform->getTab("ui")->selectList(
|
||||
-name=>"richEditor",
|
||||
-label=>"Default Rich Editor",
|
||||
-value=>[$session{setting}{richEditor}],
|
||||
-options=>WebGUI::SQL->buildHashRef("select assetId,title from asset where className='WebGUI::Asset::RichEdit' order by title"),
|
||||
-defaultValue=>["PBrichedit000000000001"]
|
||||
);
|
||||
$tabform->getTab("ui")->integer(
|
||||
-name=>"textAreaRows",
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue