Author: sebawagner
Date: Sat Mar 10 10:47:37 2012
New Revision: 1299178
URL: http://svn.apache.org/viewvc?rev=1299178&view=rev
Log:
OPENMEETINGS-85 Fix and improve Chat Layout -> hScrollbar
Added:
incubator/openmeetings/trunk/singlewebapp/WebContent/src/base/components/scrollbars/om_hscrollbar.lzx
incubator/openmeetings/trunk/singlewebapp/WebContent/src/base/components/scrollbars/resources/scrollthumb_x_left.swf
(with props)
incubator/openmeetings/trunk/singlewebapp/WebContent/src/base/components/scrollbars/resources/scrollthumb_x_mid.swf
(with props)
incubator/openmeetings/trunk/singlewebapp/WebContent/src/base/components/scrollbars/resources/scrollthumb_x_right.swf
(with props)
incubator/openmeetings/trunk/singlewebapp/WebContent/src/base/components/scrollbars/resources/x_scrolltrack.swf
(with props)
Modified:
incubator/openmeetings/trunk/singlewebapp/WebContent/src/base/components/scrollbars/library.lzx
incubator/openmeetings/trunk/singlewebapp/WebContent/src/base/components/scrollbars/resources/scrollthumb_y_bottom.swf
incubator/openmeetings/trunk/singlewebapp/WebContent/src/base/components/scrollbars/resources/scrollthumb_y_mid.swf
incubator/openmeetings/trunk/singlewebapp/WebContent/src/base/components/scrollbars/resources/scrollthumb_y_top.swf
incubator/openmeetings/trunk/singlewebapp/WebContent/src/base/components/scrollbars/scrollbar_yresources.lzx
incubator/openmeetings/trunk/singlewebapp/WebContent/src/base/components/turnoverlist/simpleTurnOverList.lzx
incubator/openmeetings/trunk/singlewebapp/WebContent/src/base/components/turnoverlist/turnOverList.lzx
incubator/openmeetings/trunk/singlewebapp/WebContent/src/base/components/turnoverlistpaged/listPagedContent.lzx
incubator/openmeetings/trunk/singlewebapp/WebContent/src/modules/admin/connections/roomClient.lzx
incubator/openmeetings/trunk/singlewebapp/WebContent/src/modules/calendar/backup/calendar.lzx
incubator/openmeetings/trunk/singlewebapp/WebContent/src/modules/calendar/backup/liste.lzx
incubator/openmeetings/trunk/singlewebapp/WebContent/src/modules/calendar/calendarTabs.lzx
incubator/openmeetings/trunk/singlewebapp/WebContent/src/modules/calendar/dayview/calendarDayView.lzx
incubator/openmeetings/trunk/singlewebapp/WebContent/src/modules/calendar/dialogue/contactDlg/searchResultsAddContact.lzx
incubator/openmeetings/trunk/singlewebapp/WebContent/src/modules/calendar/dialogue/contactDlg/searchResultsContact.lzx
incubator/openmeetings/trunk/singlewebapp/WebContent/src/modules/calendar/liste.lzx
incubator/openmeetings/trunk/singlewebapp/WebContent/src/modules/calendar/monthview/backup/calendarMonthView.lzx
incubator/openmeetings/trunk/singlewebapp/WebContent/src/modules/calendar/monthview/backup/monthViewAlt.lzx
incubator/openmeetings/trunk/singlewebapp/WebContent/src/modules/conference/whiteboard/base/swfResourceView.lzx
incubator/openmeetings/trunk/singlewebapp/WebContent/src/modules/conference/whiteboard/helper/boundingBoxAll.lzx
incubator/openmeetings/trunk/singlewebapp/WebContent/src/modules/lzcalendar/infopanel.lzx
incubator/openmeetings/trunk/singlewebapp/WebContent/src/modules/lzrecordcontent/contentviews/lzRecordingsViewBottom.lzx
incubator/openmeetings/trunk/singlewebapp/WebContent/src/modules/lzrecordcontent/lzRecordNavigation.lzx
incubator/openmeetings/trunk/singlewebapp/WebContent/src/plugins/conference/whiteboard/fixedFileExplorerWhiteBoard.lzx
incubator/openmeetings/trunk/singlewebapp/WebContent/src/plugins/fileexplorer/fileExplorer.lzx
Modified:
incubator/openmeetings/trunk/singlewebapp/WebContent/src/base/components/scrollbars/library.lzx
URL:
http://svn.apache.org/viewvc/incubator/openmeetings/trunk/singlewebapp/WebContent/src/base/components/scrollbars/library.lzx?rev=1299178&r1=1299177&r2=1299178&view=diff
==============================================================================
---
incubator/openmeetings/trunk/singlewebapp/WebContent/src/base/components/scrollbars/library.lzx
(original)
+++
incubator/openmeetings/trunk/singlewebapp/WebContent/src/base/components/scrollbars/library.lzx
Sat Mar 10 10:47:37 2012
@@ -20,7 +20,19 @@
-->
<library>
- <include href="scrollbar_yresources.lzx"/>
+ <resource name="omscrolltrack_y_rsc" src="resources/y_scrolltrack.swf"
/>
+
+ <resource name="omscrollbar_ythumbmiddle_rsc"
src="resources/scrollthumb_y_mid.swf" />
+ <resource name="omscrollbar_ythumbtop_rsc"
src="resources/scrollthumb_y_top.swf" />
+ <resource name="omscrollbar_ythumbbottom_rsc"
src="resources/scrollthumb_y_bottom.swf" />
+
+ <resource name="omscrolltrack_x_rsc" src="resources/x_scrolltrack.swf"
/>
+
+ <resource name="omscrollbar_xthumbmiddle_rsc"
src="resources/scrollthumb_x_mid.swf" />
+ <resource name="omscrollbar_xthumbleft_rsc"
src="resources/scrollthumb_x_left.swf" />
+ <resource name="omscrollbar_xthumbright_rsc"
src="resources/scrollthumb_x_right.swf" />
+
<include href="om_vscrollbar.lzx"/>
+ <include href="om_hscrollbar.lzx"/>
</library>
Added:
incubator/openmeetings/trunk/singlewebapp/WebContent/src/base/components/scrollbars/om_hscrollbar.lzx
URL:
http://svn.apache.org/viewvc/incubator/openmeetings/trunk/singlewebapp/WebContent/src/base/components/scrollbars/om_hscrollbar.lzx?rev=1299178&view=auto
==============================================================================
---
incubator/openmeetings/trunk/singlewebapp/WebContent/src/base/components/scrollbars/om_hscrollbar.lzx
(added)
+++
incubator/openmeetings/trunk/singlewebapp/WebContent/src/base/components/scrollbars/om_hscrollbar.lzx
Sat Mar 10 10:47:37 2012
@@ -0,0 +1,41 @@
+<library>
+
+<class name="om_hscrollbar" extends="basescrollbar" styleable="false"
+ axis="x">
+
+ <!--- @keywords private -->
+ <attribute name="height" value="10"/>
+
+ <!--- @keywords private -->
+ <method name="_showEnabled">
+ <![CDATA[
+ if (!_enabled) {
+ //this.scrolltrack.thumb.setAttribute('height', 0);
+ this.scrolltrack.thumb.setAttribute('visibility', 'hidden');
+ } else {
+ this.scrolltrack.thumb.setAttribute('visibility', 'visible');
+ }
+ super._showEnabled();
+ ]]>
+ </method>
+
+ <view name="rightarrow" width="0" />
+ <view name="scrolltrack">
+ <basescrolltrack name="left"
+ resource="omscrolltrack_x_rsc" stretches="width">
+ <attribute name="height" value="${parent.height}"/>
+ <attribute name="width" value="${parent.width}"/>
+ </basescrolltrack>
+ <basescrollthumb name="thumb" x="1">
+ <view resource="omscrollbar_xthumbleft_rsc"/>
+ <view resource="omscrollbar_xthumbmiddle_rsc" stretches="both"/>
+ <view resource="omscrollbar_xthumbright_rsc"/>
+ <stableborderlayout axis="x"/>
+ </basescrollthumb>
+ </view>
+
+ <view height="0" name="leftarrow" />
+ <stableborderlayout axis="x"/>
+
+</class>
+</library>
Added:
incubator/openmeetings/trunk/singlewebapp/WebContent/src/base/components/scrollbars/resources/scrollthumb_x_left.swf
URL:
http://svn.apache.org/viewvc/incubator/openmeetings/trunk/singlewebapp/WebContent/src/base/components/scrollbars/resources/scrollthumb_x_left.swf?rev=1299178&view=auto
==============================================================================
Binary file - no diff available.
Propchange:
incubator/openmeetings/trunk/singlewebapp/WebContent/src/base/components/scrollbars/resources/scrollthumb_x_left.swf
------------------------------------------------------------------------------
svn:mime-type = application/octet-stream
Added:
incubator/openmeetings/trunk/singlewebapp/WebContent/src/base/components/scrollbars/resources/scrollthumb_x_mid.swf
URL:
http://svn.apache.org/viewvc/incubator/openmeetings/trunk/singlewebapp/WebContent/src/base/components/scrollbars/resources/scrollthumb_x_mid.swf?rev=1299178&view=auto
==============================================================================
Binary file - no diff available.
Propchange:
incubator/openmeetings/trunk/singlewebapp/WebContent/src/base/components/scrollbars/resources/scrollthumb_x_mid.swf
------------------------------------------------------------------------------
svn:mime-type = application/octet-stream
Added:
incubator/openmeetings/trunk/singlewebapp/WebContent/src/base/components/scrollbars/resources/scrollthumb_x_right.swf
URL:
http://svn.apache.org/viewvc/incubator/openmeetings/trunk/singlewebapp/WebContent/src/base/components/scrollbars/resources/scrollthumb_x_right.swf?rev=1299178&view=auto
==============================================================================
Binary file - no diff available.
Propchange:
incubator/openmeetings/trunk/singlewebapp/WebContent/src/base/components/scrollbars/resources/scrollthumb_x_right.swf
------------------------------------------------------------------------------
svn:mime-type = application/octet-stream
Modified:
incubator/openmeetings/trunk/singlewebapp/WebContent/src/base/components/scrollbars/resources/scrollthumb_y_bottom.swf
URL:
http://svn.apache.org/viewvc/incubator/openmeetings/trunk/singlewebapp/WebContent/src/base/components/scrollbars/resources/scrollthumb_y_bottom.swf?rev=1299178&r1=1299177&r2=1299178&view=diff
==============================================================================
Binary files - no diff available.
Modified:
incubator/openmeetings/trunk/singlewebapp/WebContent/src/base/components/scrollbars/resources/scrollthumb_y_mid.swf
URL:
http://svn.apache.org/viewvc/incubator/openmeetings/trunk/singlewebapp/WebContent/src/base/components/scrollbars/resources/scrollthumb_y_mid.swf?rev=1299178&r1=1299177&r2=1299178&view=diff
==============================================================================
Binary files - no diff available.
Modified:
incubator/openmeetings/trunk/singlewebapp/WebContent/src/base/components/scrollbars/resources/scrollthumb_y_top.swf
URL:
http://svn.apache.org/viewvc/incubator/openmeetings/trunk/singlewebapp/WebContent/src/base/components/scrollbars/resources/scrollthumb_y_top.swf?rev=1299178&r1=1299177&r2=1299178&view=diff
==============================================================================
Binary files - no diff available.
Added:
incubator/openmeetings/trunk/singlewebapp/WebContent/src/base/components/scrollbars/resources/x_scrolltrack.swf
URL:
http://svn.apache.org/viewvc/incubator/openmeetings/trunk/singlewebapp/WebContent/src/base/components/scrollbars/resources/x_scrolltrack.swf?rev=1299178&view=auto
==============================================================================
Binary file - no diff available.
Propchange:
incubator/openmeetings/trunk/singlewebapp/WebContent/src/base/components/scrollbars/resources/x_scrolltrack.swf
------------------------------------------------------------------------------
svn:mime-type = application/octet-stream
Modified:
incubator/openmeetings/trunk/singlewebapp/WebContent/src/base/components/scrollbars/scrollbar_yresources.lzx
URL:
http://svn.apache.org/viewvc/incubator/openmeetings/trunk/singlewebapp/WebContent/src/base/components/scrollbars/scrollbar_yresources.lzx?rev=1299178&r1=1299177&r2=1299178&view=diff
==============================================================================
---
incubator/openmeetings/trunk/singlewebapp/WebContent/src/base/components/scrollbars/scrollbar_yresources.lzx
(original)
+++
incubator/openmeetings/trunk/singlewebapp/WebContent/src/base/components/scrollbars/scrollbar_yresources.lzx
Sat Mar 10 10:47:37 2012
@@ -20,10 +20,6 @@
-->
<library>
- <resource name="omscrolltrack_y_rsc" src="resources/y_scrolltrack.swf"
/>
-
- <resource name="omscrollbar_ythumbmiddle_rsc"
src="resources/scrollthumb_y_mid.swf" />
- <resource name="omscrollbar_ythumbtop_rsc"
src="resources/scrollthumb_y_top.swf" />
- <resource name="omscrollbar_ythumbbottom_rsc"
src="resources/scrollthumb_y_bottom.swf" />
+
</library>
\ No newline at end of file
Modified:
incubator/openmeetings/trunk/singlewebapp/WebContent/src/base/components/turnoverlist/simpleTurnOverList.lzx
URL:
http://svn.apache.org/viewvc/incubator/openmeetings/trunk/singlewebapp/WebContent/src/base/components/turnoverlist/simpleTurnOverList.lzx?rev=1299178&r1=1299177&r2=1299178&view=diff
==============================================================================
---
incubator/openmeetings/trunk/singlewebapp/WebContent/src/base/components/turnoverlist/simpleTurnOverList.lzx
(original)
+++
incubator/openmeetings/trunk/singlewebapp/WebContent/src/base/components/turnoverlist/simpleTurnOverList.lzx
Sat Mar 10 10:47:37 2012
@@ -94,7 +94,7 @@
<innerList name="_inn" />
</view>
<om_vscrollbar />
- <hscrollbar />
+ <om_hscrollbar />
</view>
</class>
Modified:
incubator/openmeetings/trunk/singlewebapp/WebContent/src/base/components/turnoverlist/turnOverList.lzx
URL:
http://svn.apache.org/viewvc/incubator/openmeetings/trunk/singlewebapp/WebContent/src/base/components/turnoverlist/turnOverList.lzx?rev=1299178&r1=1299177&r2=1299178&view=diff
==============================================================================
---
incubator/openmeetings/trunk/singlewebapp/WebContent/src/base/components/turnoverlist/turnOverList.lzx
(original)
+++
incubator/openmeetings/trunk/singlewebapp/WebContent/src/base/components/turnoverlist/turnOverList.lzx
Sat Mar 10 10:47:37 2012
@@ -295,7 +295,7 @@
<innerList name="_inn" />
</view>
<om_vscrollbar />
- <hscrollbar />
+ <om_hscrollbar />
</view>
</class>
Modified:
incubator/openmeetings/trunk/singlewebapp/WebContent/src/base/components/turnoverlistpaged/listPagedContent.lzx
URL:
http://svn.apache.org/viewvc/incubator/openmeetings/trunk/singlewebapp/WebContent/src/base/components/turnoverlistpaged/listPagedContent.lzx?rev=1299178&r1=1299177&r2=1299178&view=diff
==============================================================================
---
incubator/openmeetings/trunk/singlewebapp/WebContent/src/base/components/turnoverlistpaged/listPagedContent.lzx
(original)
+++
incubator/openmeetings/trunk/singlewebapp/WebContent/src/base/components/turnoverlistpaged/listPagedContent.lzx
Sat Mar 10 10:47:37 2012
@@ -153,7 +153,7 @@
<om_vscrollbar name="_scrollbar" stepsize="$once{ parent.itemHeight }" />
- <hscrollbar visibility="$once{ parent.showHScrollbar }" />
+ <om_hscrollbar visibility="$once{ parent.showHScrollbar }" />
</class>
Modified:
incubator/openmeetings/trunk/singlewebapp/WebContent/src/modules/admin/connections/roomClient.lzx
URL:
http://svn.apache.org/viewvc/incubator/openmeetings/trunk/singlewebapp/WebContent/src/modules/admin/connections/roomClient.lzx?rev=1299178&r1=1299177&r2=1299178&view=diff
==============================================================================
---
incubator/openmeetings/trunk/singlewebapp/WebContent/src/modules/admin/connections/roomClient.lzx
(original)
+++
incubator/openmeetings/trunk/singlewebapp/WebContent/src/modules/admin/connections/roomClient.lzx
Sat Mar 10 10:47:37 2012
@@ -119,7 +119,7 @@
<text name="_contentView" multiline="true" selectable="true" />
<om_vscrollbar />
- <hscrollbar />
+ <om_hscrollbar />
</view>
Modified:
incubator/openmeetings/trunk/singlewebapp/WebContent/src/modules/calendar/backup/calendar.lzx
URL:
http://svn.apache.org/viewvc/incubator/openmeetings/trunk/singlewebapp/WebContent/src/modules/calendar/backup/calendar.lzx?rev=1299178&r1=1299177&r2=1299178&view=diff
==============================================================================
---
incubator/openmeetings/trunk/singlewebapp/WebContent/src/modules/calendar/backup/calendar.lzx
(original)
+++
incubator/openmeetings/trunk/singlewebapp/WebContent/src/modules/calendar/backup/calendar.lzx
Sat Mar 10 10:47:37 2012
@@ -102,7 +102,7 @@
<calendarWeekView name="_saturday"
height="350"></calendarWeekView>
<calendarWeekView name="_sunday"
height="350"></calendarWeekView>
</view>
- <hscrollbar />
+ <om_hscrollbar />
</tabelement>
<tabelement text="month">
@@ -112,7 +112,7 @@
<calendarMonthView
height="200"></calendarMonthView>
<calendarMonthView
height="200"></calendarMonthView>
</view>
- <hscrollbar />
+ <om_hscrollbar />
</tabelement>
</tabslider>
@@ -142,7 +142,7 @@
</method>
</view>
</view>
- <hscrollbar />
+ <om_hscrollbar />
<om_vscrollbar/>
</view>
Modified:
incubator/openmeetings/trunk/singlewebapp/WebContent/src/modules/calendar/backup/liste.lzx
URL:
http://svn.apache.org/viewvc/incubator/openmeetings/trunk/singlewebapp/WebContent/src/modules/calendar/backup/liste.lzx?rev=1299178&r1=1299177&r2=1299178&view=diff
==============================================================================
---
incubator/openmeetings/trunk/singlewebapp/WebContent/src/modules/calendar/backup/liste.lzx
(original)
+++
incubator/openmeetings/trunk/singlewebapp/WebContent/src/modules/calendar/backup/liste.lzx
Sat Mar 10 10:47:37 2012
@@ -22,7 +22,7 @@
<class name="liste" extends="view"
width="${parent.parent.parent.width}" height="${parent.parent.parent.height -
24}" y="22" clip="true">
<view name="_inner" layout="axis:y;spacing:2" clip="true"/>
<om_vscrollbar />
- <hscrollbar name="_hscrollbar"/>
+ <om_hscrollbar name="_hscrollbar"/>
<method name="clearContent">
for (var eg in this.subviews) {
this.subviews[eg].destroy();
@@ -37,7 +37,7 @@
<!-- <class name="liste" extends="view" clip="true">
<view name="_inner" layout="axis:y;spacing:2" clip="true"/>
<om_vscrollbar />
- <hscrollbar />
+ <om_hscrollbar />
<handler name="oninit">
//if ($debug) Debug.write("liste: ",this);
//if ($debug) Debug.write("width: ",
parent.parent.parent.width);
Modified:
incubator/openmeetings/trunk/singlewebapp/WebContent/src/modules/calendar/calendarTabs.lzx
URL:
http://svn.apache.org/viewvc/incubator/openmeetings/trunk/singlewebapp/WebContent/src/modules/calendar/calendarTabs.lzx?rev=1299178&r1=1299177&r2=1299178&view=diff
==============================================================================
---
incubator/openmeetings/trunk/singlewebapp/WebContent/src/modules/calendar/calendarTabs.lzx
(original)
+++
incubator/openmeetings/trunk/singlewebapp/WebContent/src/modules/calendar/calendarTabs.lzx
Sat Mar 10 10:47:37 2012
@@ -38,7 +38,7 @@
<view resource="timetable_weekview" />-->
<weekView name="_weekView" />
- <hscrollbar />
+ <om_hscrollbar />
<om_vscrollbar/>
<!--<scrollbar axis="y"></scrollbar> -->
</labeltabelement>
Modified:
incubator/openmeetings/trunk/singlewebapp/WebContent/src/modules/calendar/dayview/calendarDayView.lzx
URL:
http://svn.apache.org/viewvc/incubator/openmeetings/trunk/singlewebapp/WebContent/src/modules/calendar/dayview/calendarDayView.lzx?rev=1299178&r1=1299177&r2=1299178&view=diff
==============================================================================
---
incubator/openmeetings/trunk/singlewebapp/WebContent/src/modules/calendar/dayview/calendarDayView.lzx
(original)
+++
incubator/openmeetings/trunk/singlewebapp/WebContent/src/modules/calendar/dayview/calendarDayView.lzx
Sat Mar 10 10:47:37 2012
@@ -49,7 +49,7 @@
</view>
</view>
- <hscrollbar />
+ <om_hscrollbar />
<om_vscrollbar name="_scrollbar" />
</view>
Modified:
incubator/openmeetings/trunk/singlewebapp/WebContent/src/modules/calendar/dialogue/contactDlg/searchResultsAddContact.lzx
URL:
http://svn.apache.org/viewvc/incubator/openmeetings/trunk/singlewebapp/WebContent/src/modules/calendar/dialogue/contactDlg/searchResultsAddContact.lzx?rev=1299178&r1=1299177&r2=1299178&view=diff
==============================================================================
---
incubator/openmeetings/trunk/singlewebapp/WebContent/src/modules/calendar/dialogue/contactDlg/searchResultsAddContact.lzx
(original)
+++
incubator/openmeetings/trunk/singlewebapp/WebContent/src/modules/calendar/dialogue/contactDlg/searchResultsAddContact.lzx
Sat Mar 10 10:47:37 2012
@@ -33,7 +33,7 @@
<view name="_innerList" height="150" y="20" clip="true" >
<view name="_inner" layout="axis:y;spacing:2" clip="true"
bgcolor="$once{ canvas.baseMacomBackground }" height="150"/>
<om_vscrollbar/>
- <hscrollbar/>
+ <om_hscrollbar/>
</view>
</class>
Modified:
incubator/openmeetings/trunk/singlewebapp/WebContent/src/modules/calendar/dialogue/contactDlg/searchResultsContact.lzx
URL:
http://svn.apache.org/viewvc/incubator/openmeetings/trunk/singlewebapp/WebContent/src/modules/calendar/dialogue/contactDlg/searchResultsContact.lzx?rev=1299178&r1=1299177&r2=1299178&view=diff
==============================================================================
---
incubator/openmeetings/trunk/singlewebapp/WebContent/src/modules/calendar/dialogue/contactDlg/searchResultsContact.lzx
(original)
+++
incubator/openmeetings/trunk/singlewebapp/WebContent/src/modules/calendar/dialogue/contactDlg/searchResultsContact.lzx
Sat Mar 10 10:47:37 2012
@@ -86,7 +86,7 @@
<view x="10" name="_innerList" height="180" width="${this._inner.width
+ 15}" y="20" clip="true" >
<view name="_inner" layout="axis:y;spacing:2" width="460"
bgcolor="$once{ canvas.baseMacomBackground }"/>
<om_vscrollbar/>
- <!-- <hscrollbar/>-->
+ <!-- <om_hscrollbar/>-->
</view>
</class>
Modified:
incubator/openmeetings/trunk/singlewebapp/WebContent/src/modules/calendar/liste.lzx
URL:
http://svn.apache.org/viewvc/incubator/openmeetings/trunk/singlewebapp/WebContent/src/modules/calendar/liste.lzx?rev=1299178&r1=1299177&r2=1299178&view=diff
==============================================================================
---
incubator/openmeetings/trunk/singlewebapp/WebContent/src/modules/calendar/liste.lzx
(original)
+++
incubator/openmeetings/trunk/singlewebapp/WebContent/src/modules/calendar/liste.lzx
Sat Mar 10 10:47:37 2012
@@ -22,7 +22,7 @@
<class name="liste" extends="view"
width="${parent.parent.parent.width}" height="${parent.parent.parent.height -
24}" y="22" clip="true">
<view name="_inner" layout="axis:y;spacing:2" clip="true"/>
<om_vscrollbar />
- <hscrollbar name="_hscrollbar"/>
+ <om_hscrollbar name="_hscrollbar"/>
<method name="clearContent">
for (var eg in this.subviews) {
this.subviews[eg].destroy();
@@ -37,7 +37,7 @@
<!-- <class name="liste" extends="view" clip="true">
<view name="_inner" layout="axis:y;spacing:2" clip="true"/>
<om_vscrollbar />
- <hscrollbar />
+ <om_hscrollbar />
<handler name="oninit">
//if ($debug) Debug.write("liste: ",this);
//if ($debug) Debug.write("width: ",
parent.parent.parent.width);
Modified:
incubator/openmeetings/trunk/singlewebapp/WebContent/src/modules/calendar/monthview/backup/calendarMonthView.lzx
URL:
http://svn.apache.org/viewvc/incubator/openmeetings/trunk/singlewebapp/WebContent/src/modules/calendar/monthview/backup/calendarMonthView.lzx?rev=1299178&r1=1299177&r2=1299178&view=diff
==============================================================================
---
incubator/openmeetings/trunk/singlewebapp/WebContent/src/modules/calendar/monthview/backup/calendarMonthView.lzx
(original)
+++
incubator/openmeetings/trunk/singlewebapp/WebContent/src/modules/calendar/monthview/backup/calendarMonthView.lzx
Sat Mar 10 10:47:37 2012
@@ -44,7 +44,7 @@
</method>
</view>
</view> -->
- <hscrollbar />
+ <om_hscrollbar />
<om_vscrollbar/>
</view>
Modified:
incubator/openmeetings/trunk/singlewebapp/WebContent/src/modules/calendar/monthview/backup/monthViewAlt.lzx
URL:
http://svn.apache.org/viewvc/incubator/openmeetings/trunk/singlewebapp/WebContent/src/modules/calendar/monthview/backup/monthViewAlt.lzx?rev=1299178&r1=1299177&r2=1299178&view=diff
==============================================================================
---
incubator/openmeetings/trunk/singlewebapp/WebContent/src/modules/calendar/monthview/backup/monthViewAlt.lzx
(original)
+++
incubator/openmeetings/trunk/singlewebapp/WebContent/src/modules/calendar/monthview/backup/monthViewAlt.lzx
Sat Mar 10 10:47:37 2012
@@ -83,7 +83,7 @@
<calendarMonthView height="200"></calendarMonthView>
</view>
- <hscrollbar />
+ <om_hscrollbar />
</class>
</library>
Modified:
incubator/openmeetings/trunk/singlewebapp/WebContent/src/modules/conference/whiteboard/base/swfResourceView.lzx
URL:
http://svn.apache.org/viewvc/incubator/openmeetings/trunk/singlewebapp/WebContent/src/modules/conference/whiteboard/base/swfResourceView.lzx?rev=1299178&r1=1299177&r2=1299178&view=diff
==============================================================================
---
incubator/openmeetings/trunk/singlewebapp/WebContent/src/modules/conference/whiteboard/base/swfResourceView.lzx
(original)
+++
incubator/openmeetings/trunk/singlewebapp/WebContent/src/modules/conference/whiteboard/base/swfResourceView.lzx
Sat Mar 10 10:47:37 2012
@@ -297,7 +297,7 @@
<!--
<om_vscrollbar name="_scrollstv"
visible="${ ((canvas.ismoderator) ? true :
((canvas.isAllowedToDraw) ? true : false )) }" />
- <hscrollbar name="_scrollsth"
+ <om_hscrollbar name="_scrollsth"
visible="${ ((canvas.ismoderator) ? true :
((canvas.isAllowedToDraw) ? true : false )) }" />
-->
</class>
Modified:
incubator/openmeetings/trunk/singlewebapp/WebContent/src/modules/conference/whiteboard/helper/boundingBoxAll.lzx
URL:
http://svn.apache.org/viewvc/incubator/openmeetings/trunk/singlewebapp/WebContent/src/modules/conference/whiteboard/helper/boundingBoxAll.lzx?rev=1299178&r1=1299177&r2=1299178&view=diff
==============================================================================
---
incubator/openmeetings/trunk/singlewebapp/WebContent/src/modules/conference/whiteboard/helper/boundingBoxAll.lzx
(original)
+++
incubator/openmeetings/trunk/singlewebapp/WebContent/src/modules/conference/whiteboard/helper/boundingBoxAll.lzx
Sat Mar 10 10:47:37 2012
@@ -496,7 +496,7 @@
</view>
<om_vscrollbar name="_scrollstv" />
- <hscrollbar name="_scrollsth" />
+ <om_hscrollbar name="_scrollsth" />
</view>
-->
Modified:
incubator/openmeetings/trunk/singlewebapp/WebContent/src/modules/lzcalendar/infopanel.lzx
URL:
http://svn.apache.org/viewvc/incubator/openmeetings/trunk/singlewebapp/WebContent/src/modules/lzcalendar/infopanel.lzx?rev=1299178&r1=1299177&r2=1299178&view=diff
==============================================================================
---
incubator/openmeetings/trunk/singlewebapp/WebContent/src/modules/lzcalendar/infopanel.lzx
(original)
+++
incubator/openmeetings/trunk/singlewebapp/WebContent/src/modules/lzcalendar/infopanel.lzx
Sat Mar 10 10:47:37 2012
@@ -146,7 +146,7 @@
+'&roomId='+hib.currentroomid;
this.getAppointmentReminderTypList.setAttribute("src",downloadurl);
- if ($debug) Debug.write("getFileExplorerByRoomSelf doRequest 1
",downloadurl);
+ //if ($debug) Debug.write("getAppointmentReminderTypList
doRequest 1 ",downloadurl);
this.getAppointmentReminderTypList.doRequest();
]]>
</handler>
@@ -515,7 +515,7 @@
<textlistitem
datapath="local:classroot.getAppointmentReminderTypList:/getAppointmentReminderTypListResponse/return"
text="$path{'name/text()'}"
value="$path{'typId/text()'}">
<handler name="ondata" args="d">
- if ($debug)
Debug.write("ondata combobox ",parent);
+ //if ($debug)
Debug.write("ondata combobox ",parent);
parent.selectItemAt(2);
</handler>
</textlistitem>
Modified:
incubator/openmeetings/trunk/singlewebapp/WebContent/src/modules/lzrecordcontent/contentviews/lzRecordingsViewBottom.lzx
URL:
http://svn.apache.org/viewvc/incubator/openmeetings/trunk/singlewebapp/WebContent/src/modules/lzrecordcontent/contentviews/lzRecordingsViewBottom.lzx?rev=1299178&r1=1299177&r2=1299178&view=diff
==============================================================================
---
incubator/openmeetings/trunk/singlewebapp/WebContent/src/modules/lzrecordcontent/contentviews/lzRecordingsViewBottom.lzx
(original)
+++
incubator/openmeetings/trunk/singlewebapp/WebContent/src/modules/lzrecordcontent/contentviews/lzRecordingsViewBottom.lzx
Sat Mar 10 10:47:37 2012
@@ -45,7 +45,7 @@
<view name="content" layout="axis:y;spacing:2" />
<om_vscrollbar />
- <hscrollbar />
+ <om_hscrollbar />
</view>
Modified:
incubator/openmeetings/trunk/singlewebapp/WebContent/src/modules/lzrecordcontent/lzRecordNavigation.lzx
URL:
http://svn.apache.org/viewvc/incubator/openmeetings/trunk/singlewebapp/WebContent/src/modules/lzrecordcontent/lzRecordNavigation.lzx?rev=1299178&r1=1299177&r2=1299178&view=diff
==============================================================================
---
incubator/openmeetings/trunk/singlewebapp/WebContent/src/modules/lzrecordcontent/lzRecordNavigation.lzx
(original)
+++
incubator/openmeetings/trunk/singlewebapp/WebContent/src/modules/lzrecordcontent/lzRecordNavigation.lzx
Sat Mar 10 10:47:37 2012
@@ -378,7 +378,7 @@
<view name="_contentarea" layout="axis:y;inset:1" />
<om_vscrollbar name="_scrollbar" />
- <hscrollbar name="_hscrollbar" />
+ <om_hscrollbar name="_hscrollbar" />
</view>
<view name="_statusArea" x="1" y="${ parent._recordingsInfo.y - 40 }"
Modified:
incubator/openmeetings/trunk/singlewebapp/WebContent/src/plugins/conference/whiteboard/fixedFileExplorerWhiteBoard.lzx
URL:
http://svn.apache.org/viewvc/incubator/openmeetings/trunk/singlewebapp/WebContent/src/plugins/conference/whiteboard/fixedFileExplorerWhiteBoard.lzx?rev=1299178&r1=1299177&r2=1299178&view=diff
==============================================================================
---
incubator/openmeetings/trunk/singlewebapp/WebContent/src/plugins/conference/whiteboard/fixedFileExplorerWhiteBoard.lzx
(original)
+++
incubator/openmeetings/trunk/singlewebapp/WebContent/src/plugins/conference/whiteboard/fixedFileExplorerWhiteBoard.lzx
Sat Mar 10 10:47:37 2012
@@ -455,7 +455,7 @@
</view>
<om_vscrollbar name="_scrollstv"/>
- <hscrollbar name="_scrollsth" />
+ <om_hscrollbar name="_scrollsth" />
</view>
Modified:
incubator/openmeetings/trunk/singlewebapp/WebContent/src/plugins/fileexplorer/fileExplorer.lzx
URL:
http://svn.apache.org/viewvc/incubator/openmeetings/trunk/singlewebapp/WebContent/src/plugins/fileexplorer/fileExplorer.lzx?rev=1299178&r1=1299177&r2=1299178&view=diff
==============================================================================
---
incubator/openmeetings/trunk/singlewebapp/WebContent/src/plugins/fileexplorer/fileExplorer.lzx
(original)
+++
incubator/openmeetings/trunk/singlewebapp/WebContent/src/plugins/fileexplorer/fileExplorer.lzx
Sat Mar 10 10:47:37 2012
@@ -591,7 +591,7 @@
<view name="_contentarea" layout="axis:y;inset:1" />
<om_vscrollbar name="_scrollbar" />
- <hscrollbar name="_hscrollbar" />
+ <om_hscrollbar name="_hscrollbar" />
</view>
<view name="_userSpace" height="40" valign="bottom" width="$once{
parent.width }">