O4W wide tables (O4W)
At 25 OCT 2011 01:08:51PM John Bouley wrote:
I have an O4W app where a wide table is dispayed withing the container. Under normal circumstances the table is wider then the screen and overwrite the right edge of the container. Another way of saying this is the container does not grow to envelope the table. I found placing the following code in my O4W program causes the container to grow:
o4wRawStyle('table','display','table')o4wForm('','table')This code results in the following "source" html:
<style type="text/css">
.table {display:table;display:table;}
The only problem is it does not work at the customer. I took a look at the source and find that there is a section called O4W Plugins missing from their HTML.
<!–O4W PLUGINS–>
<script type="text/javascript">
$(function(){
$('body').css({"display":"table"});$('#o4wOverallParent').css({"display":"table"});
Is it possible they have a different version of O4W? They are on OI 9.2.0 while I have 9.2.1.
Thanks,
John
At 25 OCT 2011 02:04PM John Bouley wrote:
I think I answered my own question. It looks like there are a number of enhancements in the .1 upgrade for O4W. I will install and retest.
On another related question, What files need to be copied to the Webserver for o4w to function?
Thanks,
John