Automated: create new component page |
Added a description. added usage description. added field descriptions. added links to the other similar components. |
||
Line 3: | Line 3: | ||
|Name=Value Field Proxy Source`1 | |Name=Value Field Proxy Source`1 | ||
}} | }} | ||
The '''ValueFieldProxySource''' component allows for the [[User|user]] to grab a field reference off from a [[UIX]] element. This requires a [[Component:Button|Button]] component to work. | |||
{{Table ComponentFields | {{Table ComponentFields | ||
|Field|'''[[Type:IField`1|IField`1]]<T>'''|TypeAdv0=true| | |Field|'''[[Type:IField`1|IField`1]]<T>'''|TypeAdv0=true|The field itself. | ||
}} | }} | ||
== | == Usage == | ||
This is used to carry field references to other [[UIX]] elements that are looking for it. Using this component along with the [[Component:ReferenceGrabReceiver|ReferenceGrabReceiver]] and [[Component:ReferenceField|ReferenceField]] of the type [[Type:IField|IField]] will allow the user to carry the field references from source to receiver directly. | |||
== Examples == | == Examples == | ||
== See Also == | == See Also == | ||
* Similar to the [[Component:ReferenceProxySource|ReferenceProxySource]] and [[Component:ValueProxySource|ValueProxySource]] components. | |||
[[Category:Components:UIX:Interaction{{#translation:}}|Value Field Proxy Source`1]] | [[Category:Components:UIX:Interaction{{#translation:}}|Value Field Proxy Source`1]] | ||
[[Category:Components{{#translation:}}|Value Field Proxy Source`1]] | [[Category:Components{{#translation:}}|Value Field Proxy Source`1]] | ||
[[Category:Generic Components{{#translation:}}|Value Field Proxy Source`1]] | [[Category:Generic Components{{#translation:}}|Value Field Proxy Source`1]] | ||
Latest revision as of 09:36, 28 July 2024
Component image
The ValueFieldProxySource component allows for the user to grab a field reference off from a UIX element. This requires a Button component to work.
Name | Type | Description |
---|---|---|
persistent
|
Bool | Determines whether or not this item will be saved to the server. |
UpdateOrder
|
Int | Controls the order in which this component is updated. |
Enabled
|
Bool | Controls whether or not this component is enabled. |
Field
|
IField`1<T> | The field itself. |
Usage
This is used to carry field references to other UIX elements that are looking for it. Using this component along with the ReferenceGrabReceiver and ReferenceField of the type IField will allow the user to carry the field references from source to receiver directly.
Examples
See Also
- Similar to the ReferenceProxySource and ValueProxySource components.