|
|
Browse by Tags
All Tags » Variables
Showing page 1 of 2 (14 total posts)
-
I just can't seem to carry a variable into a text panel from one page to another. I can with a textbox but not with the textpanel. Here is my code:
onPageLoad:Set text on widget TB section equal to "[[section]]" and text on widget TP section equal to "[[section]]"
Thank you fro your help
Dominic
-
Hi - thanks for your interest.
I have created the gender variable as well as grouping the buttons and named the radio buttons appropriately - male_radio, female_radio.
So the onclick case for the male button (on page1) is - Set value of variable gender equal to "male"and similarly for the female radio button...
With the text ...
-
hi there
I have been trying for the last 2 days to get a couple fo things to work.
Not having worked with variables previously some of the logic still escapes me, I am afraid.
I can make a text based variable work so that a name entered on page 1 of a form appear of page 2
What I am struggling with is how to make a gender selection via radio ...
-
In my wireframe, I have three variables for numeric input:
DollarAmount1Variable
DollarAmount2Variable
DollarAmount3Variable
Additionally, I have a variable TotalDollarAmountVariable that I'd like to use to display the sums of the above three variables. However, I cannot seem to find a way to add up these values. My hack at doing so was to ...
-
Is there anyway to do this on a dynamic panel? I have a form field that when user enters text, the text in the form field gets passed to the panel that shows on form submit. The interface is a small part of the page that has several different states, and it would be great if I could catch this variable and use it in multiple instances ...
-
So I'm sure there is a simple solution for this and I will kick myself when I see it, but I've been looking at this so long and haven't made any progress I figure I'd just ask for help.
I'm using the 5.0 beta and I have a home page with a search text field on it. Based on the value that gets entered into the text field I want ...
-
Further to this, is there any way to create dynamic menus and breadcrumb objects that update automatically?
Example 1: If I add a new page I would like the menu widget to automatically update to display this. Pages could then have a setting to be 'hidden' for those which you don't want displayed. For protypes with a lot of pages this ...
-
One way to do this is on each page setup an OnPageLoad that sets the text appropriately. But depending on what the text is there are a couple other ways to do this that are a little (or a lot) less work.
In the OnPageLoad of the Master template you can create an action to:
Set text on widget MYTEXTWIDGET equal to "You are on ...
-
+1 for the need of a higher amount of variables
I think 64 would do... If technical constraints are on the way, maybe it would be interesting to have "local" variables, that are not set from the beginning, but only at a given node (and beneath) of the tree ?
-
Hi,
When importing masters, is there a way to include any variables used by the master?
I've made a generic navigation master but I cannot import it to projects without having to define the variable it uses in each project, making the navigation master less time-saving.
Regards
Björn
1
|
|
|