This is no longer a stub. Some cleanup. Added usage description.
Line 3:
Line 3:
|Name=Button Clipboard Copy Text
|Name=Button Clipboard Copy Text
}}
}}
{{stub}}
The '''ButtonClipboardCopyText''' component is triggered on [[Button_Events#Event_Types|Button Press]] and copies the text content of a [[Type:IField|field]] into the pressing user's clipboard.
This component is triggered on [[Button_Events#Event_Types|Button Press]] and copies the text content of a field into the pressing user's clipboard.
== Usage ==
{{Table ComponentFields
{{Table ComponentFields
|Source|'''[[Type:IField`1|IField`1]]<[[Type:String|String]]>'''|TypeAdv0=true|Specifies where the value is copied from.
|Source|'''[[Type:IField`1|IField`1]]<[[Type:String|String]]>'''|TypeAdv0=true|Specifies where the value is copied from.
}}
}}
== Behavior ==
== Usage ==
This helps with copying text or to add the functionality for copying text for projects.