SMARAM Posted July 10, 2018 Posted July 10, 2018 Hi, is there a way to move an uniPanel into an uniHtmlFrame? Why I'm doing that? I have an uniHtmlFrame that I made a side menu collapsible that has "ul", "li" and "a" tags. I would like to move a panel into the uniHtmlFrame that has unigui components like uniDateTimePicker, uniComboBox, etc. Is there any way to do it? Quote
Administrators Farshad Mohajeri Posted July 11, 2018 Administrators Posted July 11, 2018 Hi, No it can not be done. TuniPanel can only be a part of main application. Quote
SMARAM Posted July 11, 2018 Author Posted July 11, 2018 Hi, No it can not be done. TuniPanel can only be a part of main application. How can I use the unigui component on a uniHtmlFrame? Only copying manually the html content? Quote
Sherzod Posted July 11, 2018 Posted July 11, 2018 How can I use the unigui component on a uniHtmlFrame? Only copying manually the html content? As it was said above, it is impossible And what do you want to do in the end? Quote
SMARAM Posted July 11, 2018 Author Posted July 11, 2018 As it was said above, it is impossible And what do you want to do in the end? I have a side menu collapsible and with menus like accordion that I made with uniHtmlFrame. But I would like to use unigui components in it like uniComboBox and uniDateTimePicker. I tried with jquery replaceWith and it does work. But when I change screen size for example, the unipanel move back to it's original position. Quote
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.