Commit 520ce456 authored by prumde's avatar prumde

Removed e12riaExt

Added e12ria-ext


git-svn-id: http://15.206.35.175/svn/proteus/business-java/trunk@174436 ce508802-f39f-4f6c-b175-0d175dae99d5
parent b1e612b2
This source diff could not be displayed because it is too large. You can view the blob instead.
This source diff could not be displayed because it is too large. You can view the blob instead.
This source diff could not be displayed because it is too large. You can view the blob instead.
This source diff could not be displayed because it is too large. You can view the blob instead.
.gwt-CollapsiblePanel div:focus {
border: 0px;
\-moz-outline: none !important
}
.gwt-CollapsiblePanel {
}
.gwt-CollapsiblePanel .CollapsibleHoverBar {
position: relative;
background-color: #888;
width: 20px;
}
.gwt-CollapsiblePanel .CollapsibleContainer {
border-bottom: 1px solid #59d;
position: relative;
z-index: 100;
background-color: white;
width: 200px;
overflow: hidden;
}
/* Optional styles */
.gwt-CollapsiblePanel .CollapsibleTitle {
background: #6ae;
padding: 5px;
height:20px;
}
.gwt-CollapsiblePanel .CollapsibleTitle i {
color: white;
}
\ No newline at end of file
.gwt-CollapsiblePanel {
margin-right: 10px;
}
.gwt-CollapsiblePanel .CollapsibleContainer {
border-right: 10px solid #59d;
}
/* Optional styles */
.gwt-CollapsiblePanel .CollapsibleTitle {
padding-left:20px;
}
\ No newline at end of file
.gwt-CollapsiblePanel {
margin-left: 10px;
}
.gwt-CollapsiblePanel .CollapsibleContainer {
border-left: 1px solid #59d;
}
\ No newline at end of file
/*
* Global widget style.
*/
.gwt-DatePicker {
border: 1px solid #f1f1f1;
border-bottom: 2px solid #f1f1f1;
color: 6b6b6b;
cursor: default;
width: 7em;
}
.datePickerDay,.datePickerWeekdayLabel,.datePickerWeekendLabel {
font-family: Arial;
font-size: 65%;
padding: 2px;
text-align: center;
padding: 2px;
outline: none;
cursor: default;
}
.gwt-DatePicker td,.datePickerMonthSelector td :focus {
outline: none
}
.gwt-DateBox input {
width: 8em;
}
/*
* Calendar styles
*/
.datePickerDays {
background-color: white;
width: 100%;
}
.datePickerWeekdayLabel {
background: #dbe6de;
}
.datePickerWeekendLabel {
background: #dbe7ef;
}
.datePickerDay {
padding: 1px;
cursor: hand;
width: 1em;
}
.datePickerDayIsToday {
border: 1px solid black;
padding: 0px;
}
.datePickerDayIsWeekend {
background: #f1f1f1;
}
.datePickerDayIsFiller {
color: #bfbfbf;
padding: 1px;
cursor: hand;
}
.datePickerDayIsSelected {
background: #aaccee;
}
.datePickerDayIsDisabled {
color: graytext;
}
.datePickerDayIsHighlighted {
border: 1px solid #eeeeee;
padding: 0px;
}
.datePickerDayIsSelectedAndHighlighted {
background: #bbddff;
}
/*
* Month selector styles
*/
.datePickerMonthSelector {
background: #dbe6de;
width: 100%;
text-align: center;
}
.datePickerMonth {
text-align: center;
vertical-align: center;
white-space: nowrap;
font-weight: bold;
font-size: 70%;
}
.datePickerPreviousButton {
text-align: left;
}
.datePickerNextButton {
text-align: right;
}
\ No newline at end of file
.datePickerMonth, .datePickerYear {
text-align: center;
vertical-align: center;
white-space: nowrap;
font-size: 60%;
font-weight: bold;
border: 1px solid #c3c9eF;
color:#112ABB;
}
.datePickerMonth .DropDownImage, .datePickerYear .DropDownImage {
width: 15px;
height: 10px;
background: url("dropDownArrow.png") no-repeat 50% 50%;
}
.datePickerMonth .DropDownTextHolder, .datePickerYear .DropDownTextHolder {
text-align: center;
white-space: nowrap;
padding: 4px;
}
/**
* Default DropDownListBox styling.
*/
.gwt-DropDownListBox {
}
.gwt-DropDownListBox .gwt-ToggleButton {
border-bottom: #b3b3b3 1px solid;
border-left: #e5e5e5 1px solid;
border-right: #e5e5e5 1px solid;
padding: 0px;
}
.gwt-DropDownListBox .gwt-ToggleButton-down,.gwt-DropDownListBox .gwt-ToggleButton-down-hovering
{
border-bottom: #e5e5e5 1px solid;
}
.gwt-DropDownListBox .DropDownImageHolder {
width: 10px;
}
.gwt-DropDownListBox .DropDownImage {
width: 15px;
height: 10px;
background: url("dropDownArrow.png") no-repeat 50% 50%;
}
.gwt-DropDownListBox .DropDownTextHolder {
text-align: center;
white-space: nowrap;
padding: 4px;
border-right: black 1px solid;
}
/**
* Shared custom list box styles.
**/
.gwt-DropDownListBox .ListItems {
background-color: #fefeff;
border-bottom: 1px solid #C3D9FF;
cursor: pointer;
cursor: hand;
text-align: center;
margin-top: 1px;
}
.ListItem {
padding-left: 10px;
padding-right: 10px;
padding-top: 5px;
padding-bottom: 2px;
border-left: 1px solid #C3D9FF;
border-right: 1px solid #C3D9FF;
border-top: 1px dotted #C3D9FF;
padding-left: 10px;
}
.ListItemFirstInGroup {
border-top: 1px solid #C3D9FF;
}
.ListItemIsHighlighted {
background: #e8f8f8;
}
.ListItemIsSelected {
background: #95b4d4;
}
.ListItemIsSelectedAndHighlighted {
background: #84c5e5;
}
.ListItemIsSelectedAndDisabled {
background: #84c5e5;
color: #efefef;
}
.ListItemIsDisabled {
color: #efefef;
}
.ListItemInnerSeparator {
height: 1px;
border-left: 1px solid #C3D9FF;
border-right: 1px solid #C3D9FF;
}
.ListItemOuterSeparator {
border-left: 1px solid #C3D9FF;
border-right: 1px solid #C3D9FF;
background: #C3D9FF;
padding: 2px;
}
\ No newline at end of file
/**************************************
Structural CSS
*/
.gwt-FastTree {
\-moz-user-select: none;
position: relative;
}
.gwt-FastTreeItem {
min-width: 18px;
}
.gwt-FastTreeItem .open,.gwt-FastTreeItem .closed {
width: 100%;
}
.gwt-FastTree .selection-bar {
font-size: 0;
position: absolute;
left: 0;
width: 1px;
z-index: -1;
outline: none;
\-moz-outline: none;
}
.gwt-FastTree .selection-bar :focus {
outline: none
}
/************************************
Visual styling
*/
.gwt-FastTree .open .treeItemContent,.gwt-FastTree .closed .treeItemContent
{
margin-left: 18px;
}
.gwt-FastTreeItem-leaf {
display: block;
padding: 2px;
padding-left: 18px;
}
.gwt-FastTreeItem .children {
margin-left: 10px;
}
.gwt-FastTreeItem .open,.gwt-FastTreeItem .closed,.gwt-FastTreeItem-leaf {
color: black;
}
.gwt-FastTreeItem .open {
background: url(treeOpen.gif) no-repeat center left;
}
.gwt-FastTreeItem .closed {
background: url(treeClosed.gif) no-repeat center left;
}
.gwt-FastTree .treeItemContent {
padding: 2px;
}
.gwt-FastTree .selected .treeItemContent {
background: #93c2f1 url(selectionBar.gif) repeat-x;
}
\ No newline at end of file
/**************************************
Structural CSS
*/
.gwt-FastTree {
\-moz-user-select: none;
zoom:1;
}
.gwt-FastTreeItem {
min-width: 18px;
}
.gwt-FastTreeItem .open,.gwt-FastTreeItem .closed {
width: 100%;
}
.gwt-FastTree .selection-bar {
font-size: 0;
position: absolute;
width: 1px;
z-index: -1;
outline: none;
\-moz-outline: none;
}
.gwt-FastTree .selection-bar :focus {
outline: none
}
/************************************
Visual styling
*/
.gwt-FastTreeItem-leaf {
display: block;
padding: 2px;
}
.gwt-FastTreeItem .open,.gwt-FastTreeItem .closed,.gwt-FastTreeItem-leaf
{
color: blue;
}
.gwt-FastTree .treeItemContent {
padding: 2px;
}
.gwt-FastTree .selected .treeItemContent {
background: #93c2f1 url("selectionBar.gif") repeat-x;
}
\ No newline at end of file
/**************************************
Structural CSS
*/
.gwt-FastTree .selection-bar {
left: 0;
}
/************************************
Visual styling
*/
.gwt-FastTree .open .treeItemContent,.gwt-FastTree .closed .treeItemContent
{
margin-left: 18px;
}
.gwt-FastTreeItem-leaf {
padding-left: 18px;
}
.gwt-FastTreeItem .children {
margin-left: 10px;
}
.gwt-FastTreeItem .open {
background: url("treeOpen.gif") no-repeat center left;
}
.gwt-FastTreeItem .closed {
background: url("treeClosed.gif") no-repeat center left;
}
\ No newline at end of file
/**************************************
Structural CSS
*/
.gwt-FastTree .selection-bar {
right: 0;
}
/************************************
Visual styling
*/
.gwt-FastTree {
z-index: 300;
}
.gwt-FastTree .open .treeItemContent,.gwt-FastTree .closed .treeItemContent
{
margin-right: 18px;
}
.gwt-FastTree .open {
background: blue;
}
.gwt-FastTreeItem-leaf {
padding-right: 18px;
}
.gwt-FastTreeItem .children {
margin-right: 10px;
}
.gwt-FastTreeItem .open {
background: url("treeOpen.gif") no-repeat right;
}
.gwt-FastTreeItem .closed {
background: url("treeClosed.gif") no-repeat right;
}
\ No newline at end of file
.logSEVERE {
color: #CE0000;
}
.logWARNING {
color: #FF9900;
}
.logCONFIG {
color: #749749;
}
.logINFO {
color: #154890;
}
.logFINE,.logFINER,.logFINEST {
color: #9C8AA5;
}
/** Default styles for simple log handler */
.gwt-SimpleLogHandler {
background: white;
border: 2px dotted blue;
padding: 5px;
margin: 4px;
width:300px;
}
/** Default styles for simple log handler */
.gwt-GroupedLogHandler {
background: white;
border: 2px dotted blue;
padding: 5px;
margin: 4px;
width:400px;
}
.logContentPane {
border: 1px solid blue;
height: 300px;
width: 100%;
background:white;
}
\ No newline at end of file
.dateSpinner {
border: 1px dotted #7F9DB9;
}
.dateSpinner .gwt-ValueSpinnerTextBox {
text-align: right;
font-family: serif;
font-style: italic;
border: 0px;
}
\ No newline at end of file
.gwt-SliderBar-shell {
height: 34pt;
width: 50%;
}
.gwt-SliderBar-shell .gwt-SliderBar-line {
border: 1px solid black;
background-color: white;
height: 4px;
width: 95%;
top: 22pt;
overflow: hidden;
}
.gwt-SliderBar-shell .gwt-SliderBar-line-disabled {
border: 1px solid gray;
}
.gwt-SliderBar-shell .gwt-SliderBar-knob {
top: 14pt;
width: 11px;
height: 21px;
z-index: 1;
cursor: pointer;
}
.gwt-SliderBar-shell .gwt-SliderBar-tick {
top: 16pt;
width: 1px;
height: 6pt;
background: black;
overflow: hidden;
}
.gwt-SliderBar-shell .gwt-SliderBar-tick-disabled {
background: gray;
}
.gwt-SliderBar-shell .gwt-SliderBar-label {
top: 2pt;
font-size: 8pt;
cursor: default;
}
.gwt-SliderBar-shell-focused {
}
.gwt-SliderBar-shell .gwt-SliderBar-line-sliding {
cursor: pointer;
}
26838A55D183CA8629084FD8EB2C3523.cache.js
compat.mode BackCompat
locale ru
phonegap.env no
26838A55D183CA8629084FD8EB2C3523.cache.js
compat.mode BackCompat
locale ru
phonegap.env yes
26838A55D183CA8629084FD8EB2C3523.cache.js
compat.mode CSS1Compat
locale ru
phonegap.env no
26838A55D183CA8629084FD8EB2C3523.cache.js
compat.mode CSS1Compat
locale ru
phonegap.env yes
26838A55D183CA8629084FD8EB2C3523.cache.js
compat.mode BackCompat
locale ru
phonegap.env no
26838A55D183CA8629084FD8EB2C3523.cache.js
compat.mode BackCompat
locale ru
phonegap.env yes
26838A55D183CA8629084FD8EB2C3523.cache.js
compat.mode CSS1Compat
locale ru
phonegap.env no
26838A55D183CA8629084FD8EB2C3523.cache.js
compat.mode CSS1Compat
locale ru
phonegap.env yes
26838A55D183CA8629084FD8EB2C3523.cache.js
compat.mode BackCompat
locale ru
phonegap.env no
26838A55D183CA8629084FD8EB2C3523.cache.js
compat.mode BackCompat
locale ru
phonegap.env yes
26838A55D183CA8629084FD8EB2C3523.cache.js
compat.mode CSS1Compat
locale ru
phonegap.env no
26838A55D183CA8629084FD8EB2C3523.cache.js
compat.mode CSS1Compat
locale ru
phonegap.env yes
26838A55D183CA8629084FD8EB2C3523.cache.js
compat.mode BackCompat
locale ru
phonegap.env no
26838A55D183CA8629084FD8EB2C3523.cache.js
compat.mode BackCompat
locale ru
phonegap.env yes
26838A55D183CA8629084FD8EB2C3523.cache.js
compat.mode CSS1Compat
locale ru
phonegap.env no
26838A55D183CA8629084FD8EB2C3523.cache.js
compat.mode CSS1Compat
locale ru
phonegap.env yes
4CDB3F337EABAD95997891519EEEF0D1.cache.js
compat.mode BackCompat
locale default
phonegap.env no
4CDB3F337EABAD95997891519EEEF0D1.cache.js
compat.mode BackCompat
locale default
phonegap.env yes
4CDB3F337EABAD95997891519EEEF0D1.cache.js
compat.mode CSS1Compat
locale default
phonegap.env no
4CDB3F337EABAD95997891519EEEF0D1.cache.js
compat.mode CSS1Compat
locale default
phonegap.env yes
4CDB3F337EABAD95997891519EEEF0D1.cache.js
compat.mode BackCompat
locale default
phonegap.env no
4CDB3F337EABAD95997891519EEEF0D1.cache.js
compat.mode BackCompat
locale default
phonegap.env yes
4CDB3F337EABAD95997891519EEEF0D1.cache.js
compat.mode CSS1Compat
locale default
phonegap.env no
4CDB3F337EABAD95997891519EEEF0D1.cache.js
compat.mode CSS1Compat
locale default
phonegap.env yes
4CDB3F337EABAD95997891519EEEF0D1.cache.js
compat.mode BackCompat
locale default
phonegap.env no
4CDB3F337EABAD95997891519EEEF0D1.cache.js
compat.mode BackCompat
locale default
phonegap.env yes
4CDB3F337EABAD95997891519EEEF0D1.cache.js
compat.mode CSS1Compat
locale default
phonegap.env no
4CDB3F337EABAD95997891519EEEF0D1.cache.js
compat.mode CSS1Compat
locale default
phonegap.env yes
4CDB3F337EABAD95997891519EEEF0D1.cache.js
compat.mode BackCompat
locale default
phonegap.env no
4CDB3F337EABAD95997891519EEEF0D1.cache.js
compat.mode BackCompat
locale default
phonegap.env yes
4CDB3F337EABAD95997891519EEEF0D1.cache.js
compat.mode CSS1Compat
locale default
phonegap.env no
4CDB3F337EABAD95997891519EEEF0D1.cache.js
compat.mode CSS1Compat
locale default
phonegap.env yes
Devmode:devmode.js
\ No newline at end of file
/**
* @author Harshada
*
* Include this javaScript file reference in MobileE12.html & Login.html
* <br>You can define custom javaScript functions for GWT components
* and call using JSNI GWT functionality
*/
var cnt = 0;
/**
* Sample JavaScript function returning count
* <br>Modify this method signature & implementation as per requirement
* @returns {Number}
*/
function callJsMethod() {
cnt++;
return cnt;
}
\ No newline at end of file
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment