Lines Matching refs:prototype

26 mxShapeMockupCheckboxGroup.prototype.cst = {
39 mxShapeMockupCheckboxGroup.prototype.paintVertexShape = function(c, x, y, w, h)
43 …var fontColor = mxUtils.getValue(this.style, mxShapeMockupCheckboxGroup.prototype.cst.TEXT_COLOR, …
44 …var fontSize = mxUtils.getValue(this.style, mxShapeMockupCheckboxGroup.prototype.cst.TEXT_SIZE, '1…
45 …var optionText = mxUtils.getValue(this.style, mxShapeMockupCheckboxGroup.prototype.cst.MAIN_TEXT, …
60 if(currText.charAt(0) === mxShapeMockupCheckboxGroup.prototype.cst.SELECTED)
90 if(currText.charAt(0) === mxShapeMockupCheckboxGroup.prototype.cst.SELECTED)
131 mxCellRenderer.registerShape(mxShapeMockupCheckboxGroup.prototype.cst.SHAPE_CHECKBOX_GROUP, mxShape…
153 mxShapeMockupRadioGroup.prototype.cst = {
166 mxShapeMockupRadioGroup.prototype.paintVertexShape = function(c, x, y, w, h)
170 …var fontColor = mxUtils.getValue(this.style, mxShapeMockupRadioGroup.prototype.cst.TEXT_COLOR, '#6…
171 …var fontSize = mxUtils.getValue(this.style, mxShapeMockupRadioGroup.prototype.cst.TEXT_SIZE, '17')…
172 …var optionText = mxUtils.getValue(this.style, mxShapeMockupRadioGroup.prototype.cst.MAIN_TEXT, 'Op…
187 if(currText.charAt(0) === mxShapeMockupRadioGroup.prototype.cst.SELECTED)
217 if(currText.charAt(0) === mxShapeMockupRadioGroup.prototype.cst.SELECTED)
253 mxCellRenderer.registerShape(mxShapeMockupRadioGroup.prototype.cst.SHAPE_RADIO_GROUP, mxShapeMockup…
275 mxShapeMockupColorPicker.prototype.cst = {
280 mxShapeMockupColorPicker.prototype.customProperties = [
289 mxShapeMockupColorPicker.prototype.paintVertexShape = function(c, x, y, w, h)
291 …var chosenColor = mxUtils.getValue(this.style, mxShapeMockupColorPicker.prototype.cst.COLOR, '#aad…
326 mxCellRenderer.registerShape(mxShapeMockupColorPicker.prototype.cst.SHAPE_COLOR_PICKER, mxShapeMock…
348 mxShapeMockupComboBox.prototype.cst = {
356 mxShapeMockupComboBox.prototype.customProperties = [
365 mxShapeMockupComboBox.prototype.paintVertexShape = function(c, x, y, w, h)
374 mxShapeMockupComboBox.prototype.background = function(c, x, y, w, h)
381 mxShapeMockupComboBox.prototype.foreground = function(c, x, y, w, h)
384 …var fillColor2 = mxUtils.getValue(this.style, mxShapeMockupComboBox.prototype.cst.FILL_COLOR2, '')…
404 mxShapeMockupComboBox.prototype.mainText = function(c, x, y, w, h)
406 …var mainText = mxUtils.getValue(this.style, mxShapeMockupComboBox.prototype.cst.MAIN_TEXT, 'Main T…
407 …var fontColor = mxUtils.getValue(this.style, mxShapeMockupComboBox.prototype.cst.TEXT_COLOR, '#666…
408 …var fontSize = mxUtils.getValue(this.style, mxShapeMockupComboBox.prototype.cst.TEXT_SIZE, '17').t…
416 mxCellRenderer.registerShape(mxShapeMockupComboBox.prototype.cst.SHAPE_COMBO_BOX, mxShapeMockupComb…
438 mxShapeMockupSpinner.prototype.cst = {
460 mxShapeMockupSpinner.prototype.customProperties = [
477 mxShapeMockupSpinner.prototype.paintVertexShape = function(c, x, y, w, h)
479 …mxUtils.getValue(this.style, mxShapeMockupSpinner.prototype.cst.LAYOUT, mxShapeMockupSpinner.proto…
487 mxShapeMockupSpinner.prototype.background = function(c, w, h)
494 mxShapeMockupSpinner.prototype.foreground = function(c, w, h, spinnerLayout)
497 …tils.getValue(this.style, mxShapeMockupSpinner.prototype.cst.SPINNER_STYLE, mxShapeMockupSpinner.p…
498 …xUtils.getValue(this.style, mxShapeMockupSpinner.prototype.cst.ADJ_STYLE, mxShapeMockupSpinner.pro…
503 if (spinnerStyle === mxShapeMockupSpinner.prototype.cst.SPINNER_NORMAL)
505 if (spinnerLayout === mxShapeMockupSpinner.prototype.cst.LAYOUT_RIGHT)
514 else if (spinnerLayout === mxShapeMockupSpinner.prototype.cst.LAYOUT_LEFT)
523 else if (spinnerLayout === mxShapeMockupSpinner.prototype.cst.LAYOUT_TOP)
532 else if (spinnerLayout === mxShapeMockupSpinner.prototype.cst.LAYOUT_BOTTOM)
541 else if (spinnerLayout === mxShapeMockupSpinner.prototype.cst.LAYOUT_VERTICAL)
550 else if (spinnerLayout === mxShapeMockupSpinner.prototype.cst.LAYOUT_HORIZONTAL)
563 if (spinnerLayout === mxShapeMockupSpinner.prototype.cst.LAYOUT_RIGHT)
565 if(adjStyle === mxShapeMockupSpinner.prototype.cst.ADJ_TRIANGLE)
574 else if(adjStyle === mxShapeMockupSpinner.prototype.cst.ADJ_PLUSMINUS)
583 else if(adjStyle === mxShapeMockupSpinner.prototype.cst.ADJ_ARROW)
595 else if (spinnerLayout === mxShapeMockupSpinner.prototype.cst.LAYOUT_LEFT)
597 if(adjStyle === mxShapeMockupSpinner.prototype.cst.ADJ_TRIANGLE)
606 else if(adjStyle === mxShapeMockupSpinner.prototype.cst.ADJ_PLUSMINUS)
615 else if(adjStyle === mxShapeMockupSpinner.prototype.cst.ADJ_ARROW)
627 else if (spinnerLayout === mxShapeMockupSpinner.prototype.cst.LAYOUT_TOP)
629 if(adjStyle === mxShapeMockupSpinner.prototype.cst.ADJ_TRIANGLE)
638 else if(adjStyle === mxShapeMockupSpinner.prototype.cst.ADJ_PLUSMINUS)
647 else if(adjStyle === mxShapeMockupSpinner.prototype.cst.ADJ_ARROW)
659 else if (spinnerLayout === mxShapeMockupSpinner.prototype.cst.LAYOUT_BOTTOM)
661 if(adjStyle === mxShapeMockupSpinner.prototype.cst.ADJ_TRIANGLE)
670 else if(adjStyle === mxShapeMockupSpinner.prototype.cst.ADJ_PLUSMINUS)
679 else if(adjStyle === mxShapeMockupSpinner.prototype.cst.ADJ_ARROW)
691 else if (spinnerLayout === mxShapeMockupSpinner.prototype.cst.LAYOUT_VERTICAL)
693 if(adjStyle === mxShapeMockupSpinner.prototype.cst.ADJ_TRIANGLE)
702 else if(adjStyle === mxShapeMockupSpinner.prototype.cst.ADJ_PLUSMINUS)
711 else if(adjStyle === mxShapeMockupSpinner.prototype.cst.ADJ_ARROW)
723 else if (spinnerLayout === mxShapeMockupSpinner.prototype.cst.LAYOUT_HORIZONTAL)
725 if(adjStyle === mxShapeMockupSpinner.prototype.cst.ADJ_TRIANGLE)
734 else if(adjStyle === mxShapeMockupSpinner.prototype.cst.ADJ_PLUSMINUS)
743 else if(adjStyle === mxShapeMockupSpinner.prototype.cst.ADJ_ARROW)
756 if (spinnerLayout === mxShapeMockupSpinner.prototype.cst.LAYOUT_RIGHT)
758 if(adjStyle === mxShapeMockupSpinner.prototype.cst.ADJ_TRIANGLE)
767 else if(adjStyle === mxShapeMockupSpinner.prototype.cst.ADJ_PLUSMINUS)
774 else if(adjStyle === mxShapeMockupSpinner.prototype.cst.ADJ_ARROW)
786 else if (spinnerLayout === mxShapeMockupSpinner.prototype.cst.LAYOUT_LEFT)
788 if(adjStyle === mxShapeMockupSpinner.prototype.cst.ADJ_TRIANGLE)
797 else if(adjStyle === mxShapeMockupSpinner.prototype.cst.ADJ_PLUSMINUS)
804 else if(adjStyle === mxShapeMockupSpinner.prototype.cst.ADJ_ARROW)
816 else if (spinnerLayout === mxShapeMockupSpinner.prototype.cst.LAYOUT_TOP)
818 if(adjStyle === mxShapeMockupSpinner.prototype.cst.ADJ_TRIANGLE)
827 else if(adjStyle === mxShapeMockupSpinner.prototype.cst.ADJ_PLUSMINUS)
834 else if(adjStyle === mxShapeMockupSpinner.prototype.cst.ADJ_ARROW)
846 else if (spinnerLayout === mxShapeMockupSpinner.prototype.cst.LAYOUT_BOTTOM)
848 if(adjStyle === mxShapeMockupSpinner.prototype.cst.ADJ_TRIANGLE)
857 else if(adjStyle === mxShapeMockupSpinner.prototype.cst.ADJ_PLUSMINUS)
864 else if(adjStyle === mxShapeMockupSpinner.prototype.cst.ADJ_ARROW)
876 else if (spinnerLayout === mxShapeMockupSpinner.prototype.cst.LAYOUT_VERTICAL)
878 if(adjStyle === mxShapeMockupSpinner.prototype.cst.ADJ_TRIANGLE)
887 else if(adjStyle === mxShapeMockupSpinner.prototype.cst.ADJ_PLUSMINUS)
894 else if(adjStyle === mxShapeMockupSpinner.prototype.cst.ADJ_ARROW)
906 else if (spinnerLayout === mxShapeMockupSpinner.prototype.cst.LAYOUT_HORIZONTAL)
908 if(adjStyle === mxShapeMockupSpinner.prototype.cst.ADJ_TRIANGLE)
917 else if(adjStyle === mxShapeMockupSpinner.prototype.cst.ADJ_PLUSMINUS)
924 else if(adjStyle === mxShapeMockupSpinner.prototype.cst.ADJ_ARROW)
938 mxShapeMockupSpinner.prototype.mainText = function(c, w, h, spinnerLayout)
940 …var spinnerText = mxUtils.getValue(this.style, mxShapeMockupSpinner.prototype.cst.MAIN_TEXT, '100'…
941 var fontSize = mxUtils.getValue(this.style, mxShapeMockupSpinner.prototype.cst.TEXT_SIZE, '17');
942 …var fontColor = mxUtils.getValue(this.style, mxShapeMockupSpinner.prototype.cst.TEXT_COLOR, '#6666…
946 if (spinnerLayout === mxShapeMockupSpinner.prototype.cst.LAYOUT_RIGHT)
950 else if (spinnerLayout === mxShapeMockupSpinner.prototype.cst.LAYOUT_LEFT)
954 else if (spinnerLayout === mxShapeMockupSpinner.prototype.cst.LAYOUT_TOP)
958 else if (spinnerLayout === mxShapeMockupSpinner.prototype.cst.LAYOUT_BOTTOM)
962 else if (spinnerLayout === mxShapeMockupSpinner.prototype.cst.LAYOUT_VERTICAL)
966 else if (spinnerLayout === mxShapeMockupSpinner.prototype.cst.LAYOUT_HORIZONTAL)
972 mxCellRenderer.registerShape(mxShapeMockupSpinner.prototype.cst.SHAPE_SPINNER, mxShapeMockupSpinner…
994 mxShapeMockupMenuBar.prototype.cst = {
1010 mxShapeMockupMenuBar.prototype.paintVertexShape = function(c, x, y, w, h)
1012 …var textStrings = mxUtils.getValue(this.style, mxShapeMockupMenuBar.prototype.cst.MAIN_TEXT, '+Men…
1013 …var fontColor = mxUtils.getValue(this.style, mxShapeMockupMenuBar.prototype.cst.TEXT_COLOR, '#6666…
1014 …var selectedFontColor = mxUtils.getValue(this.style, mxShapeMockupMenuBar.prototype.cst.TEXT_COLOR…
1015 …var fontSize = mxUtils.getValue(this.style, mxShapeMockupMenuBar.prototype.cst.TEXT_SIZE, '17').to…
1017 …var separatorColor = mxUtils.getValue(this.style, mxShapeMockupMenuBar.prototype.cst.STROKE_COLOR2…
1019 …var selectedFillColor = mxUtils.getValue(this.style, mxShapeMockupMenuBar.prototype.cst.FILL_COLOR…
1031 if(buttonText.charAt(0) === mxShapeMockupMenuBar.prototype.cst.SELECTED)
1069 mxShapeMockupMenuBar.prototype.background = function(c, w, h, rSize, buttonNum, buttonWidths, label…
1126 mxShapeMockupMenuBar.prototype.buttonText = function(c, w, h, textString, buttonWidth, fontSize, mi…
1128 if(textString.charAt(0) === mxShapeMockupMenuBar.prototype.cst.SELECTED)
1137 mxCellRenderer.registerShape(mxShapeMockupMenuBar.prototype.cst.SHAPE_MENU_BAR, mxShapeMockupMenuBa…
1159 mxShapeMockupHorSlider.prototype.cst = {
1172 mxShapeMockupHorSlider.prototype.customProperties = [
1188 mxShapeMockupHorSlider.prototype.paintVertexShape = function(c, x, y, w, h)
1190 …Utils.getValue(this.style, mxShapeMockupHorSlider.prototype.cst.STYLE, mxShapeMockupHorSlider.prot…
1200 mxShapeMockupHorSlider.prototype.background = function(c, w, h, rSize, sliderStyle)
1203 if (sliderStyle === mxShapeMockupHorSlider.prototype.cst.SLIDER_BASIC)
1210 else if (sliderStyle === mxShapeMockupHorSlider.prototype.cst.SLIDER_FANCY)
1217 mxShapeMockupHorSlider.prototype.foreground = function(c, w, h, rSize, sliderStyle)
1219 …var sliderPos = mxUtils.getValue(this.style, mxShapeMockupHorSlider.prototype.cst.SLIDER_POS, '20'…
1220 …s.getValue(this.style, mxShapeMockupHorSlider.prototype.cst.HANDLE_STYLE, mxShapeMockupHorSlider.p…
1222 …var fillColor2 = mxUtils.getValue(this.style, mxShapeMockupHorSlider.prototype.cst.FILL_COLOR2, '#…
1227 if (sliderStyle === mxShapeMockupHorSlider.prototype.cst.SLIDER_BASIC)
1237 else if (sliderStyle === mxShapeMockupHorSlider.prototype.cst.SLIDER_FANCY)
1248 if (handleStyle === mxShapeMockupHorSlider.prototype.cst.HANDLE_CIRCLE)
1253 else if (handleStyle === mxShapeMockupHorSlider.prototype.cst.HANDLE_TRIANGLE)
1262 else if (handleStyle === mxShapeMockupHorSlider.prototype.cst.HANDLE_HANDLE)
1275 mxCellRenderer.registerShape(mxShapeMockupHorSlider.prototype.cst.SHAPE_HOR_SLIDER, mxShapeMockupHo…
1277 Graph.handleFactory[mxShapeMockupHorSlider.prototype.cst.SHAPE_HOR_SLIDER] = function(state)
1312 mxShapeMockupListBox.prototype.cst = {
1330 mxShapeMockupListBox.prototype.paintVertexShape = function(c, x, y, w, h)
1334 …var fontSize = mxUtils.getValue(this.style, mxShapeMockupListBox.prototype.cst.TEXT_SIZE, '17').to…
1338 …var subText = mxUtils.getValue(this.style, mxShapeMockupListBox.prototype.cst.SUB_TEXT, 'Sub Text'…
1344 if(itemText.charAt(0) === mxShapeMockupListBox.prototype.cst.SELECTED)
1370 mxShapeMockupListBox.prototype.background = function(c, w, h, bgColor, frameColor)
1378 mxShapeMockupListBox.prototype.foreground = function(c, w, h, frameColor, selectedButton, subText, …
1381 …var selectedColor = mxUtils.getValue(this.style, mxShapeMockupListBox.prototype.cst.SELECTED_COLOR…
1396 …var windowTitle = mxUtils.getValue(this.style, mxShapeMockupListBox.prototype.cst.MAIN_TEXT, 'Wind…
1397 …var fontColor = mxUtils.getValue(this.style, mxShapeMockupListBox.prototype.cst.TEXT_COLOR, '#6666…
1408 if(currText.charAt(0) === mxShapeMockupListBox.prototype.cst.SELECTED)
1420 mxCellRenderer.registerShape(mxShapeMockupListBox.prototype.cst.SHAPE_LIST_BOX, mxShapeMockupListBo…
1442 mxShapeMockupPwField.prototype.cst = {
1454 mxShapeMockupPwField.prototype.paintVertexShape = function(c, x, y, w, h)
1462 mxShapeMockupPwField.prototype.background = function(c, w, h)
1468 mxShapeMockupPwField.prototype.foreground = function(c, w, h)
1470 …var mainText = mxUtils.getValue(this.style, mxShapeMockupPwField.prototype.cst.MAIN_TEXT, '******'…
1471 …var fontColor = mxUtils.getValue(this.style, mxShapeMockupPwField.prototype.cst.TEXT_COLOR, '#6666…
1472 var fontSize = mxUtils.getValue(this.style, mxShapeMockupPwField.prototype.cst.TEXT_SIZE, '17');
1480 mxCellRenderer.registerShape(mxShapeMockupPwField.prototype.cst.SHAPE_PW_FIELD, mxShapeMockupPwFiel…
1502 mxShapeMockupSplitter.prototype.cst = {
1514 mxShapeMockupSplitter.prototype.paintVertexShape = function(c, x, y, w, h)
1523 mxShapeMockupSplitter.prototype.background = function(c, w, h)
1534 mxShapeMockupSplitter.prototype.foreground = function(c, w, h)
1554 mxCellRenderer.registerShape(mxShapeMockupSplitter.prototype.cst.SHAPE_SPLITTER, mxShapeMockupSplit…
1576 mxShapeMockupWedgeBar.prototype.cst = {
1595 mxShapeMockupWedgeBar.prototype.paintVertexShape = function(c, x, y, w, h)
1597 …var fontSize = mxUtils.getValue(this.style, mxShapeMockupWedgeBar.prototype.cst.TEXT_SIZE, '17').t…
1598 …var tabNames = mxUtils.getValue(this.style, mxShapeMockupWedgeBar.prototype.cst.TAB_NAMES, 'Tab 1,…
1645 mxShapeMockupWedgeBar.prototype.backTabs = function(c, w, h, rSize, tabH, startOffset, tabOffset, l…
1647 …tils.getValue(this.style, mxShapeMockupWedgeBar.prototype.cst.TAB_STYLE, mxShapeMockupWedgeBar.pro…
1656 if (tabStyle === mxShapeMockupWedgeBar.prototype.cst.BLOCK)
1664 else if (tabStyle === mxShapeMockupWedgeBar.prototype.cst.CONE)
1672 else if (tabStyle === mxShapeMockupWedgeBar.prototype.cst.HALF_CONE)
1680 else if (tabStyle === mxShapeMockupWedgeBar.prototype.cst.ROUND)
1700 mxShapeMockupWedgeBar.prototype.focusTab = function(c, w, h, rSize, tabH, startOffset, tabOffset, l…
1702 …tils.getValue(this.style, mxShapeMockupWedgeBar.prototype.cst.TAB_STYLE, mxShapeMockupWedgeBar.pro…
1703 …var selectedFill = mxUtils.getValue(this.style, mxShapeMockupWedgeBar.prototype.cst.STYLE_FILLCOLO…
1715 if (tabStyle === mxShapeMockupWedgeBar.prototype.cst.BLOCK)
1723 else if (tabStyle === mxShapeMockupWedgeBar.prototype.cst.CONE)
1731 else if (tabStyle === mxShapeMockupWedgeBar.prototype.cst.HALF_CONE)
1739 else if (tabStyle === mxShapeMockupWedgeBar.prototype.cst.ROUND)
1759 mxShapeMockupWedgeBar.prototype.tabText = function(c, w, h, rSize, tabH, startOffset, tabOffset, la…
1761 …var fontColor = mxUtils.getValue(this.style, mxShapeMockupWedgeBar.prototype.cst.TEXT_COLOR, '#666…
1762 …var selFontColor = mxUtils.getValue(this.style, mxShapeMockupWedgeBar.prototype.cst.SEL_TEXT_COLOR…
1763 …var fontSize = mxUtils.getValue(this.style, mxShapeMockupWedgeBar.prototype.cst.TEXT_SIZE, '17').t…
1798 mxCellRenderer.registerShape(mxShapeMockupWedgeBar.prototype.cst.SHAPE_WEDGE_BAR, mxShapeMockupWedg…
1820 mxShapeMockupSearchBox.prototype.cst = {
1828 mxShapeMockupSearchBox.prototype.customProperties = [
1837 mxShapeMockupSearchBox.prototype.paintVertexShape = function(c, x, y, w, h)
1845 mxShapeMockupSearchBox.prototype.background = function(c, w, h)
1851 mxShapeMockupSearchBox.prototype.foreground = function(c, w, h)
1853 …var mainText = mxUtils.getValue(this.style, mxShapeMockupSearchBox.prototype.cst.MAIN_TEXT, 'Searc…
1854 …var fontColor = mxUtils.getValue(this.style, mxShapeMockupSearchBox.prototype.cst.TEXT_COLOR, '#66…
1855 …var strokeColor2 = mxUtils.getValue(this.style, mxShapeMockupSearchBox.prototype.cst.STROKE_COLOR2…
1856 var fontSize = mxUtils.getValue(this.style, mxShapeMockupSearchBox.prototype.cst.TEXT_SIZE, '17');
1872 mxCellRenderer.registerShape(mxShapeMockupSearchBox.prototype.cst.SHAPE_SEARCH_BOX, mxShapeMockupSe…
1894 mxShapeMockupSignIn.prototype.cst = {
1910 mxShapeMockupSignIn.prototype.paintVertexShape = function(c, x, y, w, h)
1918 mxShapeMockupSignIn.prototype.background = function(c, w, h)
1924 mxShapeMockupSignIn.prototype.foreground = function(c, w, h)
1926 …var mainText = mxUtils.getValue(this.style, mxShapeMockupSignIn.prototype.cst.MAIN_TEXT, 'Sign In,…
1927 …var fontColor = mxUtils.getValue(this.style, mxShapeMockupSignIn.prototype.cst.TEXT_COLOR, '#66666…
1928 …var fontColor2 = mxUtils.getValue(this.style, mxShapeMockupSignIn.prototype.cst.TEXT_COLOR2, '#fff…
1929 var fontSize = mxUtils.getValue(this.style, mxShapeMockupSignIn.prototype.cst.TEXT_SIZE, '12');
1930 var fontSize2 = mxUtils.getValue(this.style, mxShapeMockupSignIn.prototype.cst.TEXT_SIZE2, '15');
1931 …var strokeColor2 = mxUtils.getValue(this.style, mxShapeMockupSignIn.prototype.cst.STROKE_COLOR2, '…
1932 …var fillColor2 = mxUtils.getValue(this.style, mxShapeMockupSignIn.prototype.cst.FILL_COLOR2, '#66b…
1986 mxCellRenderer.registerShape(mxShapeMockupSignIn.prototype.cst.SHAPE_SIGN_IN, mxShapeMockupSignIn);
2008 mxShapeMockupCalendar.prototype.cst = {
2029 mxShapeMockupCalendar.prototype.paintVertexShape = function(c, x, y, w, h)
2037 mxShapeMockupCalendar.prototype.background = function(c, w, h)
2043 mxShapeMockupCalendar.prototype.foreground = function(c, w, h)
2047 …var strokeColor2 = mxUtils.getValue(this.style, mxShapeMockupCalendar.prototype.cst.STROKE_COLOR2,…
2048 …var fillColor2 = mxUtils.getValue(this.style, mxShapeMockupCalendar.prototype.cst.FILL_COLOR2, '#d…
2049 var mainText = mxUtils.getValue(this.style, mxShapeMockupCalendar.prototype.cst.MAIN_TEXT, '');
2050 var textSize = mxUtils.getValue(this.style, mxShapeMockupCalendar.prototype.cst.TEXT_SIZE, '15');
2051 …var textColor = mxUtils.getValue(this.style, mxShapeMockupCalendar.prototype.cst.TEXT_COLOR, '#999…
2052 …var textColor2 = mxUtils.getValue(this.style, mxShapeMockupCalendar.prototype.cst.TEXT_COLOR2, '#f…
2053 …var days = parseInt(mxUtils.getValue(this.style, mxShapeMockupCalendar.prototype.cst.DAYS, '30'), …
2054 …var prevDays = parseInt(mxUtils.getValue(this.style, mxShapeMockupCalendar.prototype.cst.PREV_DAYS…
2056 …var firstDay = parseInt(mxUtils.getValue(this.style, mxShapeMockupCalendar.prototype.cst.FIRST_DAY…
2058 …var startOn = parseInt(mxUtils.getValue(this.style, mxShapeMockupCalendar.prototype.cst.START_ON, …
2059 …var dayNames = mxUtils.getValue(this.style, mxShapeMockupCalendar.prototype.cst.DAY_NAMES, 'Mo,Tu,…
2060 …var selDay = parseInt(mxUtils.getValue(this.style, mxShapeMockupCalendar.prototype.cst.SELECTED_DA…
2210 mxCellRenderer.registerShape(mxShapeMockupCalendar.prototype.cst.SHAPE_CALENDAR, mxShapeMockupCalen…
2232 mxShapeMockupEmailForm.prototype.cst = {
2246 mxShapeMockupEmailForm.prototype.paintVertexShape = function(c, x, y, w, h)
2248 var fontSize = mxUtils.getValue(this.style, mxShapeMockupEmailForm.prototype.cst.TEXT_SIZE, '12');
2249 var showCC = mxUtils.getValue(this.style, mxShapeMockupEmailForm.prototype.cst.SHOW_CC, 'true');
2250 var showBCC = mxUtils.getValue(this.style, mxShapeMockupEmailForm.prototype.cst.SHOW_BCC, 'true');
2274 mxShapeMockupEmailForm.prototype.background = function(c, w, h, fontSize, tabX, showCC, showBCC)
2302 mxShapeMockupEmailForm.prototype.foreground = function(c, w, h, fontSize, tabX, showCC, showBCC)
2304 …var mainText = mxUtils.getValue(this.style, mxShapeMockupEmailForm.prototype.cst.MAIN_TEXT, 'john@…
2305 …var fontColor = mxUtils.getValue(this.style, mxShapeMockupEmailForm.prototype.cst.TEXT_COLOR, '#66…
2337 mxCellRenderer.registerShape(mxShapeMockupEmailForm.prototype.cst.SHAPE_EMAIL_FORM, mxShapeMockupEm…
2359 mxShapeMockupFormsRRect.prototype.cst = {
2364 mxShapeMockupFormsRRect.prototype.customProperties = [
2373 mxShapeMockupFormsRRect.prototype.paintVertexShape = function(c, x, y, w, h)
2377 …var rSize = parseInt(mxUtils.getValue(this.style, mxShapeMockupFormsRRect.prototype.cst.R_SIZE, '1…
2382 mxCellRenderer.registerShape(mxShapeMockupFormsRRect.prototype.cst.RRECT, mxShapeMockupFormsRRect);
2401 mxShapeMockupFormsAnchor.prototype.cst = {
2410 mxShapeMockupFormsAnchor.prototype.paintVertexShape = function(c, x, y, w, h)
2414 mxCellRenderer.registerShape(mxShapeMockupFormsAnchor.prototype.cst.ANCHOR, mxShapeMockupFormsAncho…
2436 mxShapeMockupFormsCheckbox.prototype.cst = {
2445 mxShapeMockupFormsCheckbox.prototype.paintVertexShape = function(c, x, y, w, h)
2459 mxCellRenderer.registerShape(mxShapeMockupFormsCheckbox.prototype.cst.CHECKBOX, mxShapeMockupFormsC…
2481 mxShapeMockupFormsURect.prototype.cst = {
2490 mxShapeMockupFormsURect.prototype.paintVertexShape = function(c, x, y, w, h)
2502 mxCellRenderer.registerShape(mxShapeMockupFormsURect.prototype.cst.U_RECT, mxShapeMockupFormsURect);