mirror of
https://github.com/Insality/druid
synced 2025-06-27 10:27:48 +02:00
Update annotations
This commit is contained in:
parent
86189d6e3e
commit
be1f470dbe
@ -139,10 +139,6 @@
|
||||
</tr>
|
||||
<tr>
|
||||
<td class="name" nowrap><a href="#placeholder">placeholder</a></td>
|
||||
<td class="summary">On input field text change to max length string callback(self, input_text)</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td class="name" nowrap><a href="#placeholder">placeholder</a></td>
|
||||
<td class="summary">On input field text change to empty string callback(self, input_text)</td>
|
||||
</tr>
|
||||
<tr>
|
||||
@ -496,26 +492,6 @@
|
||||
|
||||
|
||||
|
||||
</dd>
|
||||
<dt>
|
||||
<a name = "placeholder"></a>
|
||||
<strong>placeholder</strong>
|
||||
</dt>
|
||||
<dd>
|
||||
On input field text change to max length string callback(self, input_text)
|
||||
|
||||
|
||||
<ul>
|
||||
<li><span class="parameter">placeholder</span>
|
||||
<span class="types"><span class="type">druid.text</span></span>
|
||||
<a href="../modules/Text.html#">Text</a>
|
||||
</li>
|
||||
</ul>
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
</dd>
|
||||
<dt>
|
||||
<a name = "placeholder"></a>
|
||||
|
@ -844,7 +844,6 @@ local druid__progress__style = {}
|
||||
---@field druid druid_instance The component druid instance
|
||||
---@field input druid.input On input field text change callback(self, input_text)
|
||||
---@field input_text druid.text On input field text change to empty string callback(self, input_text)
|
||||
---@field placeholder druid.text On input field text change to max length string callback(self, input_text)
|
||||
---@field placeholder druid.text On input field text change to empty string callback(self, input_text)
|
||||
---@field root node Root node
|
||||
---@field text_position vector3 On input field text change to empty string callback(self, input_text)
|
||||
|
@ -35,9 +35,6 @@
|
||||
--- On input field text change to empty string callback(self, input_text)
|
||||
-- @tfield vector3 text_position
|
||||
|
||||
--- On input field text change to max length string callback(self, input_text)
|
||||
-- @tfield druid.text placeholder @{Text}
|
||||
|
||||
---
|
||||
|
||||
local component = require("druid.component")
|
||||
|
Loading…
x
Reference in New Issue
Block a user