0
Under review
Text Input and saving to multiple pages
I am wanting users to be able to type in a text input box and have the contents saved and displayed on multiple pages. I think the answer might be here http://feedback.interactbuilder.com/topic/295267-save-text/ but the attached file is missing.
Служба підтримки клієнтів працює на UserEcho
251 - SetText.zip
Thank you for your feedback.
If you want the text to simply be visible and not necessarily editable on each page where it is visible, then you can use the following steps. The text element will have the same location and appearance on each page:
1. On the page where the user can edit the text, add an element separate from the text that asks the user to enter the text (a button that they click in order to start editing). That element would have the following action sets:
- Interaction: Tap, Behavior: Text > SetText, Target: the text element that will be customized.
- Interaction: (none), Behavior: Text > SaveText, Target: the text element that will be customized.
2. Open the action set manager to chain the behaviors so that SaveText happens right after SetText.
3. Make the editable text global.
4. For any pages where you don't want the text to be visible, open the page options, and under Features change the Show Global Elements field to No.
Do you anticipate that having a text input field that is saved on exit and able to be seen in differing places on various pages will be a feature of IB4?
I have been doing this on webpages with Java and in widows exe files as variables - this an example http://www.boultons.com.au/Download%20Free%20Files...
Can we have different text locations on pages with IB4?