Diğer Form Editor Options
This commit is contained in:
parent
6e3f58ce9d
commit
f8403c27cc
1 changed files with 12 additions and 7 deletions
|
|
@ -292,20 +292,23 @@ function JsonRowOpDialogEditForm({
|
|||
<div>
|
||||
<div className="font-bold">● Editor Script</div>
|
||||
<div className="ml-5 gap-2">
|
||||
<div>{'• setFormData({...formData, Path: e.value});'}</div>
|
||||
<div>{'• UiEvalService.ApiGenerateBackgroundWorkers();'}</div>
|
||||
<div>
|
||||
<pre>{'• setFormData({...formData, Path: e.value});'}</pre>
|
||||
<pre>{'• UiEvalService.ApiGenerateBackgroundWorkers();'}</pre>
|
||||
<pre>
|
||||
{
|
||||
"• setFormData({ ...formData, Path: (v => v === '1' ? '1-deneme' : v === '0' ? '0-deneme' : '')(e.value) })"
|
||||
}
|
||||
</div>
|
||||
</pre>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
<div>
|
||||
<div className="font-bold">● Editor Options</div>
|
||||
<pre className="ml-5 whitespace-pre-wrap text-xs">
|
||||
{`• {
|
||||
<div className="ml-5 gap-2">
|
||||
<pre>{`• {"showClearButton":true }`}</pre>
|
||||
<pre>{`• {"height":200}`}</pre>
|
||||
<pre>
|
||||
{`• {
|
||||
"buttons": [
|
||||
{
|
||||
"name": "custom",
|
||||
|
|
@ -317,7 +320,9 @@ function JsonRowOpDialogEditForm({
|
|||
}
|
||||
]
|
||||
}`}
|
||||
</pre>
|
||||
</pre>
|
||||
<pre>{`• {"toolbar": {"multiline": true, "items": [{"name": "undo"},{"name": "redo"},{"name": "separator"},{"name": "size","acceptedValues": ["8pt","10pt","12pt","14pt","18pt","24pt","36pt"],"options": {"inputAttr": {"aria-label": "Font size"}}},{"name": "font","acceptedValues": ["Arial","Courier New","Georgia","Impact","Lucida Console","Tahoma","Times New Roman","Verdana"],"options": {"inputAttr": {"aria-label": "Font family"}}},{"name": "separator"},{"name": "bold"},{"name": "italic"},{"name": "strike"},{"name": "underline"},{"name": "separator"},{"name": "alignLeft"},{"name": "alignCenter"},{"name": "alignRight"},{"name": "alignJustify"},{"name": "separator"},{"name": "orderedList"},{"name": "bulletList"},{"name": "separator"},{"name": "header","acceptedValues": [false,1,2,3,4,5],"options": {"inputAttr": {"aria-label": "Font family"}}},{"name": "separator"},{"name": "color"},{"name": "background"},{"name": "separator"},{"name": "link"},{"name": "image"},{"name": "separator"},{"name": "clear"},{"name": "codeBlock"},{"name": "blockquote"},{"name": "separator"},{"name": "insertTable"},{"name": "deleteTable"},{"name": "insertRowAbove"},{"name": "insertRowBelow"},{"name": "deleteRow"},{"name": "insertColumnLeft"},{"name": "insertColumnRight"},{"name": "deleteColumn"}]}}`}</pre>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
</Dialog>
|
||||
|
|
|
|||
Loading…
Reference in a new issue