- Posts: 128
Feature Requests
Please do NOT use this section of the forum to request help if Joomdle does not work for you in some particular way. Your post will be deleted.
Please do NOT use this section of the forum to request help if Joomdle does not work for you in some particular way. Your post will be deleted.
[Closed] Joomdle Wrapper - Auto Height
- Ron Wells
- Topic Author
- Offline
- Premium Member
-
Less
More
15 years 8 months ago - 15 years 8 months ago #1
by Ron Wells
[Closed] Joomdle Wrapper - Auto Height was created by Ron Wells
Looking to see if the Joomdle wrapper can automatically adjust it's height based on the length of the Moodle page being loaded.
If it is not supported today, request an enhancement to the Joomdle wrapper that will automatically adjust the length to be the size of the Moodle page such that scroll bars are not needed.
Note that JFusion wrapper does this today. Any way to get similar auto adjusting wrapper for Joomdle? Having to scroll for longer Moodle pages while in Joomdle wrapper is not as user friendly as auto adjustment.
Thanks
Ron
If it is not supported today, request an enhancement to the Joomdle wrapper that will automatically adjust the length to be the size of the Moodle page such that scroll bars are not needed.
Note that JFusion wrapper does this today. Any way to get similar auto adjusting wrapper for Joomdle? Having to scroll for longer Moodle pages while in Joomdle wrapper is not as user friendly as auto adjustment.
Thanks
Ron
Last edit: 15 years 8 months ago by Antonio Durán.
The topic has been locked.
- Chris
-
- Offline
- Moderator
-
15 years 8 months ago #2
by Chris
Replied by Chris on topic Re: Joomdle Wrapper - Auto Height
Thanks Ron.
We have already started looking at this one
Will keep you updated.
We have already started looking at this one
Will keep you updated.
The topic has been locked.
- Antonio Durán
-
- Offline
- Moderator
-
Less
More
- Posts: 7848
15 years 8 months ago #3
by Antonio Durán
Replied by Antonio Durán on topic Re: Joomdle Wrapper - Auto Height
First thought here: I don't think this can work across different domains, due to javascript security restrictions.
The topic has been locked.
- Antonio Durán
-
- Offline
- Moderator
-
Less
More
- Posts: 7848
15 years 8 months ago #4
by Antonio Durán
Replied by Antonio Durán on topic Re: Joomdle Wrapper - Auto Height
Another one: I am no JS expert, so I may be wrong, but it seems to be this cannot be done.
When the iframe first loads, the height can be dinamically adjusted.
But when the user clicks on any links inside the wrapper, the wrapper onload event is not called, so the wrapper does not change size.
I will try to set up JFusion later to see how it really works.
If anyone read this and have some insight, please help
When the iframe first loads, the height can be dinamically adjusted.
But when the user clicks on any links inside the wrapper, the wrapper onload event is not called, so the wrapper does not change size.
I will try to set up JFusion later to see how it really works.
If anyone read this and have some insight, please help
The topic has been locked.
- Antonio Durán
-
- Offline
- Moderator
-
Less
More
- Posts: 7848
15 years 8 months ago #5
by Antonio Durán
Replied by Antonio Durán on topic Re: Joomdle Wrapper - Auto Height
Ok, it is clear that I am no JS expert 
I installed JFusion and saw that in fact it has an (almost) working resizing iframe. I say almost becase even resizing, it shows scrollbars.
Thanks for the tip!
I ported the code to Joomdle, and it seems to be working fine. I added some pixels of margin for the height, so it does not show the scroll bars.
So, you can test when we have a version available to send you with the jomsocial features and this one, so you can comment.
I installed JFusion and saw that in fact it has an (almost) working resizing iframe. I say almost becase even resizing, it shows scrollbars.
Thanks for the tip!
I ported the code to Joomdle, and it seems to be working fine. I added some pixels of margin for the height, so it does not show the scroll bars.
So, you can test when we have a version available to send you with the jomsocial features and this one, so you can comment.
The topic has been locked.