Difference between revisions of "Category:Components:Common UI:Button Interactions"

From Neos Wiki
Jump to navigation Jump to search
(Added some descriptions.)
(Added description for ButtonStringErase)
 
Line 13: Line 13:
 
|ButtonReferenceSet|T| Makes a button write a reference to a field.
 
|ButtonReferenceSet|T| Makes a button write a reference to a field.
 
|ButtonStringAppend|| Makes a button append a specified string to the end of a string value.
 
|ButtonStringAppend|| Makes a button append a specified string to the end of a string value.
|ButtonStringErase||
+
|ButtonStringErase|| Makes a button remove characters from the beginning or end of a string.
 
|ButtonToggle|| Makes a button toggle a boolean value between on and off.
 
|ButtonToggle|| Makes a button toggle a boolean value between on and off.
 
|ButtonValueShift|T| Makes a button add X to a value every time it is pressed.
 
|ButtonValueShift|T| Makes a button add X to a value every time it is pressed.

Latest revision as of 09:23, 27 December 2021

Subcategories
Category Summary
Specialized
Components
Component Summary
ButtonActionTrigger
ButtonEnumShift<T>
ButtonHoverEventRelay
ButtonPlaybackAction Can hook a button to a media playback, making it able to pause, play or stop the media.
ButtonPlaybackSeeker
ButtonPressEventRelay
ButtonReferenceCycle<T>
ButtonReferenceSet<T> Makes a button write a reference to a field.
ButtonStringAppend Makes a button append a specified string to the end of a string value.
ButtonStringErase Makes a button remove characters from the beginning or end of a string.
ButtonToggle Makes a button toggle a boolean value between on and off.
ButtonValueShift<T> Makes a button add X to a value every time it is pressed.