Page 2 of 3

How can I use an input on the page while a popup is open?

Posted: Tue Jun 02, 2015 2:05 pm
by Ellen Schlechter

Hey I don't mean to nag at all just wondering if there is an update.


How can I use an input on the page while a popup is open?

Posted: Tue Jun 02, 2015 4:00 pm
by Michael Droll

You could try placing the List in a Grid component with only 1 row and 1 column, this would put a box on the screen.
Then in the properties tab assign the width and height in pixels (px).
You will have to play with it to find out how many pixels you would need, but if you already know the size of the popup then you are good to go.

assign your CSS to apply to the grid instead of the list.
Apperyio('MobileGrid').css('overflow') == 'scroll'


How can I use an input on the page while a popup is open?

Posted: Tue Jun 02, 2015 4:19 pm
by Ellen Schlechter

Would I just run this on page show or load?

Apperyio('MobileGrid').css('overflow') == 'scroll'


How can I use an input on the page while a popup is open?

Posted: Tue Jun 02, 2015 6:35 pm
by Michael Droll

I would do it on page load. also make sure you change "MobileGrid" to the name of the grid on the page.


How can I use an input on the page while a popup is open?

Posted: Tue Jun 02, 2015 7:14 pm
by Ellen Schlechter

Ok so when I put that code in the editor, errors come back and because of my inexperience, I don't know what they mean. Did I do something wrong?

Image


How can I use an input on the page while a popup is open?

Posted: Tue Jun 02, 2015 9:51 pm
by Michael Droll

Change this,
Apperyio('mobilegrid_107').css('overflow') == 'scroll';

To this,
Apperyio('mobilegrid_107').css('overflow' == 'scroll');

I don't get any errors when I try it.


How can I use an input on the page while a popup is open?

Posted: Tue Jun 02, 2015 10:23 pm
by Ellen Schlechter

I no longer get errors but unfortunately, it doesn't work. It is like the grid won't stay the size that I assigned the dimensions to be. I set the grid and the cell to the specific size and they still change sizes.

Could I try putting the code in the mapping somewhere or something?


How can I use an input on the page while a popup is open?

Posted: Wed Jun 03, 2015 6:51 pm
by Michael Droll

perhaps somebody else could chime in and help you out.

the only Idea I have left would be to set the width to auto and only set the height to what you want. I'm not that great with CSS.


How can I use an input on the page while a popup is open?

Posted: Fri Jun 05, 2015 2:14 am
by Ellen Schlechter

Thanks for your help so far. I too would like it if someone could chime in.


How can I use an input on the page while a popup is open?

Posted: Sat Jun 06, 2015 11:47 am
by Alena Prykhodko

Hello Ellen,

Please clarify do you need support team assistance? If yes - summarize what you have tried and what does not work