Skinning howto question (1 Viewer)

lar282

Portal Pro
July 11, 2004
414
2
Hi
If I want to add an extra button on a page were is the relationship between the page and the hyperlink.
Example I wanna add a new button that takes me to a xml screen named test.
Also the button ID? Where is that stored?

<control>
<description>TEST</description>
<type>button</type>
<id>9</id>
<posX>64</posX>
<posY>343</posY>
<label>633</label>
<hyperlink>604</hyperlink>
<onup>8</onup>
<ondown>2</ondown>
</control>

I added LABEL in the right xml file, but can't find the HYPERLINK. Where are they stored?


//Lasse
 
A

Anonymous

Guest
I believe that all button actions are stored in the code so adding your own linkbutton might be tricky, would be a nice feature though.
 

lar282

Portal Pro
July 11, 2004
414
2
That explains why I didn't get it to work.

I got the source code up but can't compile. this is driving me nuts.

oh well, another question I guess in the dev forum

//Lasse
 

Users who are viewing this thread

Top Bottom