Files
DocumentServer-v-9.2.0/web-apps/apps/spreadsheeteditor/main/app/template/CellEditor.template
Yajbir Singh f1b860b25c
Some checks failed
check / markdownlint (push) Has been cancelled
check / spellchecker (push) Has been cancelled
updated
2025-12-11 19:03:17 +05:30

12 lines
599 B
Plaintext

<div class="ce-group-name float-left">
<input id="ce-cell-name" class="aslabel form-control" type="text" autocomplete="off">
<div id="ce-cell-name-menu"></div>
<button id="ce-func-label" type="button" class="btn tiny btn-toolbar"><i class="icon toolbar__icon btn-function"></i></button>
</div>
<div class="ce-group-expand float-right">
<button id="ce-btn-expand" type="button" class="btn"><span class="caret">&nbsp;</span></button>
</div>
<div class="ce-group-content">
<textarea id="ce-cell-content" class="form-control" spellcheck="false" rows="1" cols="20"></textarea>
</div>