Steff
unread,Sep 2, 2011, 4:23:38 AM9/2/11Sign in to reply to author
Sign in to forward
You do not have permission to delete messages in this group
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to ukijs
Hey,
nice framework.
Is it possible to bind existing DIVs into the UKI design.
I have divs where I include the content with php on the server.
In the moment all thi elements are fixed size and I want to creat two
nested SplitContainers that give me 3 areas where i can put my content
in.
So now it whould be easy if a could say.
.
.
.
id: 'menu',
throttle: 42,
leftPane: { background: '#888' },
rightChildViews:
[
-- hang in DIV with ID XY here
]
.
.
.
<DIV ID="XY"><?php include("mycontent.php");?>
This way i could rebuild my app in just some minutes.
Hope there is a way to do this.