Software Archive
Read-only legacy content
17061 Discussions

Copy controls in app designer

Antony_R_
Beginner
172 Views

Hi,

Sorry if this is obvious but I haven't been able to work it out or find an answer...

Is it possible to copy (duplicate) a control in  XDK App Designer? eg copy a button and paste it in another location?

Thanks

0 Kudos
2 Replies
PaulF_IntelCorp
Employee
172 Views

I'll ask our App Designer expert if this is possible. I do not believe it is.

0 Kudos
Chris_P_Intel
Employee
172 Views

Hi,

If you go to the code view you can duplicate a control there. 

Know that interactivity and data propagation both trigger off the 'uib_w_6' class that a control has. So if you want it to behave the same, don't change that class. But if you want it to have its own behaviors, change the number at the end of that class name to something unique ( 'uib_w_10')

Chris

0 Kudos
Reply