bitextarea.xml

来自「ajax 框价.是个好工具.javascript 矿家.可以用在任何平台.」· XML 代码 · 共 28 行

XML
28
字号
<?xml version="1.0" encoding="UTF-8"?><?xml-stylesheet type="text/xsl" href="api.xsl"?><class name="BiTextArea" extends="BiTextField">	<description>A multiline text input field</description>	<arguments>		<argument name="sText" optional="true" default="&quot;&quot;">			<description>The text to show on the text area </description>			<type>String</type>		</argument>	</arguments>	<staticMethods>	</staticMethods>	<staticFields>	</staticFields>	<methods>	</methods>	<properties>		<property name="wrap" get="true" set="true">			<description>Whether the text should wrap automatically as the user types.</description>			<type>Boolean</type>		</property>	</properties>	<events>	</events>	<remarks>	</remarks></class>

⌨️ 快捷键说明

复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?