mirror of
https://github.com/twisterarmy/Cortex.git
synced 2025-01-30 16:44:33 +00:00
16 lines
698 B
HTML
16 lines
698 B
HTML
|
<div data-options="dxView: {name: 'post', title: 'Post message'}">
|
|||
|
<div data-options="dxContent: { targetPlaceholder: 'content' }">
|
|||
|
<div data-bind="dxTextArea: { value: message, valueUpdateEvent: 'input' }"></div>
|
|||
|
<table align="right">
|
|||
|
<tr>
|
|||
|
<td align="right" style="padding-right: 10px;">
|
|||
|
<div data-bind="text: symbolsLeft"></div>
|
|||
|
</td>
|
|||
|
<td align="right">
|
|||
|
<div data-bind="dxButton: { text: 'Send', clickAction: postMessage, disabled: postMessageDisabled }" style="width: 90px;"></div>
|
|||
|
</td>
|
|||
|
</tr>
|
|||
|
</table>
|
|||
|
</div>
|
|||
|
</div>
|