rem stringlengths 0 126k | add stringlengths 0 441k | context stringlengths 15 136k |
|---|---|---|
} | } else { var ahref = document.createElementNS("http: | function BX_registerButton(tag,gif,width,height,title,tagoptions,tagoptions2){ if (!tagoptions) { tagoptions = 0; } if (!tagoptions2) { tagoptions2 = new Array(); } /* if options is inactive, print the inactive button (ending with _p) */ if (tagoptions & optInactive) { if... |
else { var ahref = document.createElement("a"); if (tagoptions & optSplitNode) { | if (tagoptions & optSplitNode) { | function BX_registerButton(tag,gif,width,height,title,tagoptions,tagoptions2){ if (!tagoptions) { tagoptions = 0; } if (!tagoptions2) { tagoptions2 = new Array(); } /* if options is inactive, print the inactive button (ending with _p) */ if (tagoptions & optInactive) { if... |
BX_no_events = true; | function BX_removeEvents() { document.removeEventListener("keypress",BX_keypress,false); document.addEventListener("keypress",BX_onkeyup,false); // document.removeEventListener("keyup",BX_onkeyup,false); // var allSpans = document.getElementsByName("bitfluxspan"); /* for (i = 0; i < allSpans.len... | |
document.removeEventListener("keyup",BX_onkeyup,false); | document.addEventListener("keypress",BX_onkeyup,false); | function BX_removeEvents(){ document.removeEventListener("keypress",BX_keypress,false); document.removeEventListener("keyup",BX_onkeyup,false); // var allSpans = document.getElementsByName("bitfluxspan"); /* for (i = 0; i < allSpans.length; i ++) { allSpans[i].removeEventListener("mo... |
window.open("./"+BX_root_dir+"/specialcharacters/sc_generated.html","sc",'toolbar=no,width=380,height=450,scrollbars=no,resizable=yes','articleinfo_keywordset'); | window.open(BX_root_dir+"/specialcharacters/sc_generated.html","sc",'toolbar=no,width=380,height=450,scrollbars=no,resizable=yes','articleinfo_keywordset'); | function BX_sc_popup (){ window.open("./"+BX_root_dir+"/specialcharacters/sc_generated.html","sc",'toolbar=no,width=380,height=450,scrollbars=no,resizable=yes','articleinfo_keywordset');} |
BX_schemafile = BX_config_getContent("/config/files/input/file[@name='BX_schemafile']"); BX_schema = document.implementation.createDocument("","",null); BX_schema.onload = BX_schema_loaded; BX_schema.load(BX_schemafile); | BX_schema = new BXE_XmlDocument("/config/files/input/file[@name='BX_schemafile']"); BX_schema.load(BX_schema_loaded); | function BX_schema_init() { BX_schemafile = BX_config_getContent("/config/files/input/file[@name='BX_schemafile']"); BX_schema = document.implementation.createDocument("","",null); BX_schema.onload = BX_schema_loaded; // set the callback when we are done loading BX_schema.load(BX_schemafile); } |
function BX_schema_loaded() { | function BX_schema_loaded(e) { BXE_loader.xmlloaded(e); | function BX_schema_loaded() { BX_xml_removeWhiteSpaceNodes(BX_schema.documentElement); if (BX_schema.documentElement.localName != "schema" || BX_schema.documentElement.namespaceURI != "http://www.w3.org/2001/XMLSchema" ) { alert ("Schema file "+BX_schemafile +" seems not to be a valid schema document. Check for examp... |
if (BX_schema.documentElement.localName != "schema" || BX_schema.documentElement.namespaceURI != "http: { alert ("Schema file "+BX_schemafile +" seems not to be a valid schema document. Check for example your namespaces.\n localName is " + BX_schema.documentElement.localName + "\n namespaceURI is " + BX_schema.document... | if (BX_schema.doc.documentElement.localName != "schema" || BX_schema.doc.documentElement.namespaceURI != "http: alert ("Schema file "+BX_schemafile +" seems not to be a valid schema document. Check for example your namespaces.\n localName is " + BX_schema.documentElement.localName + "\n namespaceURI is " + BX_schema.do... | function BX_schema_loaded() { BX_xml_removeWhiteSpaceNodes(BX_schema.documentElement); if (BX_schema.documentElement.localName != "schema" || BX_schema.documentElement.namespaceURI != "http://www.w3.org/2001/XMLSchema" ) { alert ("Schema file "+BX_schemafile +" seems not to be a valid schema document. Check for examp... |
var result = BX_xml_getChildNodesByXpath("/xs:schema/xs:element","/*[name() = 'xs:schema']/*[name() = 'xs:element']", BX_schema.documentElement,nsResolver); while (node = result.iterateNext()) { var name = node.getAttribute("name"); BX_elements[name] = new Array(); var appinfo_result = BX_xml_getChildNodesByXpath("xs... | var nsResolver = BX_schema.doc.createNSResolver(BX_schema.doc.documentElement); | function BX_schema_loaded() { BX_xml_removeWhiteSpaceNodes(BX_schema.documentElement); if (BX_schema.documentElement.localName != "schema" || BX_schema.documentElement.namespaceURI != "http://www.w3.org/2001/XMLSchema" ) { alert ("Schema file "+BX_schemafile +" seems not to be a valid schema document. Check for examp... |
case "insertafter": insertafter_result = BX_xml_getChildNodesByTagName("bxe:element",appinfo_node,nsResolver); if ( insertafter_node = insertafter_result.iterateNext()) { var inserttext = insertafter_node.firstChild.data; while (insertafter_node = insertafter_result.iterateNext()) { inserttext += " | " + insertafter_n... | var result = BX_xml_getChildNodesByXpath("/xs:schema/xs:element","/*[name() = 'xs:schema']/*[name() = 'xs:element']", BX_schema.doc.documentElement,nsResolver); while (node = result.iterateNext()) { var name = node.getAttribute("name"); BX_elements[name] = new Array(); | function BX_schema_loaded() { BX_xml_removeWhiteSpaceNodes(BX_schema.documentElement); if (BX_schema.documentElement.localName != "schema" || BX_schema.documentElement.namespaceURI != "http://www.w3.org/2001/XMLSchema" ) { alert ("Schema file "+BX_schemafile +" seems not to be a valid schema document. Check for examp... |
var complexType_result = BX_xml_getChildNodesByTagName("xs:complexType",node,nsResolver); complexType = complexType_result.iterateNext(); BX_elements[name]["allowedElements"] = ""; if (complexType) { if (complexType.getAttribute("mixed") == "true") { BX_elements[name]["allowedElements"] = "#PCDATA | "; } var elements_r... | var appinfo_result = BX_xml_getChildNodesByXpath("xs:annotation/xs:appinfo/*","*[name() = 'xs:annotation']/*[name() = 'xs:appinfo']/*",node,nsResolver); while (appinfo_node = appinfo_result.iterateNext()) { if (appinfo_node.namespaceURI == "http: switch(appinfo_node.localName) { case "returnelement": BX_elements[name][... | function BX_schema_loaded() { BX_xml_removeWhiteSpaceNodes(BX_schema.documentElement); if (BX_schema.documentElement.localName != "schema" || BX_schema.documentElement.namespaceURI != "http://www.w3.org/2001/XMLSchema" ) { alert ("Schema file "+BX_schemafile +" seems not to be a valid schema document. Check for examp... |
while (element = elements_result.iterateNext()) { BX_elements[name]["allowedElements"] += element.getAttribute("ref") + " | "; } BX_elements[name]["allowedElements"] = BX_elements[name]["allowedElements"].replace(/ \| $/,""); } else { } | case "insertafter": insertafter_result = BX_xml_getChildNodesByTagName("bxe:element",appinfo_node,nsResolver); if ( insertafter_node = insertafter_result.iterateNext()) { var inserttext = insertafter_node.firstChild.data; | function BX_schema_loaded() { BX_xml_removeWhiteSpaceNodes(BX_schema.documentElement); if (BX_schema.documentElement.localName != "schema" || BX_schema.documentElement.namespaceURI != "http://www.w3.org/2001/XMLSchema" ) { alert ("Schema file "+BX_schemafile +" seems not to be a valid schema document. Check for examp... |
} return; | while (insertafter_node = insertafter_result.iterateNext()) { inserttext += " | " + insertafter_node.firstChild.data; } BX_elements[name]["insertAfter"] = inserttext; } } } } | function BX_schema_loaded() { BX_xml_removeWhiteSpaceNodes(BX_schema.documentElement); if (BX_schema.documentElement.localName != "schema" || BX_schema.documentElement.namespaceURI != "http://www.w3.org/2001/XMLSchema" ) { alert ("Schema file "+BX_schemafile +" seems not to be a valid schema document. Check for examp... |
/* var name = element_nodes[i].getAttribute("name"); BX_elements[name] = new Array(); } var first_nodes = element_nodes[i].childNodes; for (var j = 0; j < first_nodes.length; j++ ) { switch(first_nodes[j].nodeName) { case "xs:annotation": if(BX_mozilla_version >= 1.1) { | } return; | function BX_schema_loaded() { BX_xml_removeWhiteSpaceNodes(BX_schema.documentElement); if (BX_schema.documentElement.localName != "schema" || BX_schema.documentElement.namespaceURI != "http://www.w3.org/2001/XMLSchema" ) { alert ("Schema file "+BX_schemafile +" seems not to be a valid schema document. Check for examp... |
var result = BX_schema.evaluate("xs:documentation", first_nodes[j], nsResolver, 0, null); } else { var result = BX_schema.evaluate("*[name() = 'xs:documentation']", first_nodes[j], null, 0, null); } node = result.iterateNext(); alert (node.nodeName); break; } } return; | function BX_schema_loaded() { BX_xml_removeWhiteSpaceNodes(BX_schema.documentElement); if (BX_schema.documentElement.localName != "schema" || BX_schema.documentElement.namespaceURI != "http://www.w3.org/2001/XMLSchema" ) { alert ("Schema file "+BX_schemafile +" seems not to be a valid schema document. Check for examp... | |
*/ } | function BX_schema_loaded() { BX_xml_removeWhiteSpaceNodes(BX_schema.documentElement); if (BX_schema.documentElement.localName != "schema" || BX_schema.documentElement.namespaceURI != "http://www.w3.org/2001/XMLSchema" ) { alert ("Schema file "+BX_schemafile +" seems not to be a valid schema document. Check for examp... | |
if (anchorNode.nodeName == "#text") { | if (anchorNode.nodeType == 3) { | function BX_scrollToCursor(node) { BX_get_selection(); if (!node) { var anchorNode = BX_selection.anchorNode; var anchorOffset = BX_selection.anchorOffset; if (BX_selection.isCollapsed) { var focusNode = false; } else { var focusNode = BX_selection.focusNode; ... |
node.style.background = "#aaaaaa"; | node.setAttribute("bxe_mark","true"); | function BX_show_node(id){ var node = BX_getElementByIdClean(id,document); node.style.background = "#aaaaaa"; // try{node.style.borderWidth="thin";} // catch(e){};} |
BX_dump ("window.setTimeout(BX_source_edit) in BX_source_edit"); | function BX_source_edit(id, selectNodeContents) { if (BX_range) { if (!BX_xslViewSource.doc) { if (!BX_xslViewSource.doc) { BX_xslViewSource.load(null); } // BX_xslViewSource.onload = null; // set the callback when we are done loading BX_dump ("window... | |
if (!BX_xslViewSource || !BX_xslViewSource.documentElement) { | if (!BX_xslViewSource.doc) { | function BX_source_edit(id, selectNodeContents){ if (BX_range) { if (!BX_xslViewSource || !BX_xslViewSource.documentElement) { if (!BX_xslViewSource) { BX_xslViewSource = document.implementation.createDocument("","",null); BX_xslViewSource.load(BX_xslViewSour... |
if (!BX_xslViewSource) { BX_xslViewSource = document.implementation.createDocument("","",null); BX_xslViewSource.load(BX_xslViewSourceFile); | if (!BX_xslViewSource.doc) { BX_xslViewSource.load(null); | function BX_source_edit(id, selectNodeContents){ if (BX_range) { if (!BX_xslViewSource || !BX_xslViewSource.documentElement) { if (!BX_xslViewSource) { BX_xslViewSource = document.implementation.createDocument("","",null); BX_xslViewSource.load(BX_xslViewSour... |
window.setTimeout("BX_source_edit('"+id+"',"+selectNodeContents+")",50); | BX_dump ("window.setTimeout(BX_source_edit) in BX_source_edit"); window.setTimeout("BX_source_edit('"+id+"',"+selectNodeContents+")",50); | function BX_source_edit(id, selectNodeContents){ if (BX_range) { if (!BX_xslViewSource || !BX_xslViewSource.documentElement) { if (!BX_xslViewSource) { BX_xslViewSource = document.implementation.createDocument("","",null); BX_xslViewSource.load(BX_xslViewSour... |
var edit_element = BX_xml.implementation.createDocument("","",null); edit_element.appendChild(document.getElementById(id).cloneNode(true)); | var edit_element = BX_xml.doc.implementation.createDocument("","",null); edit_element.appendChild(BX_getElementById(id,document).cloneNode(true)); | function BX_source_edit(id, selectNodeContents){ if (BX_range) { if (!BX_xslViewSource || !BX_xslViewSource.documentElement) { if (!BX_xslViewSource) { BX_xslViewSource = document.implementation.createDocument("","",null); BX_xslViewSource.load(BX_xslViewSour... |
var _new = BX_xml.implementation.createDocument("","",null); BX_xsltProcessor.transformDocument( edit_element, BX_xslViewSource, _new, null); | var _new = BX_xml.doc.implementation.createDocument("","",null); BX_xsltProcessor.transformDocument( edit_element, BX_xslViewSource.doc, _new, null); } else { BX_popup_hide(); return; | function BX_source_edit(id, selectNodeContents){ if (BX_range) { if (!BX_xslViewSource || !BX_xslViewSource.documentElement) { if (!BX_xslViewSource) { BX_xslViewSource = document.implementation.createDocument("","",null); BX_xslViewSource.load(BX_xslViewSour... |
else { BX_popup_hide(); return; } | function BX_source_edit(id, selectNodeContents){ if (BX_range) { if (!BX_xslViewSource || !BX_xslViewSource.documentElement) { if (!BX_xslViewSource) { BX_xslViewSource = document.implementation.createDocument("","",null); BX_xslViewSource.load(BX_xslViewSour... | |
var html = ' <center class="text"><form name="clipboard">'; html += '<input class="buttonklein" type="button" value="Append CDATA" onClick=\'BX_clipboard_insertCDATA()\'> '; | var html = ' <center class="text"><form id="bx_form_clipboard" name="clipboard">'; html += '<input class="buttonklein" type="button" value="Append CDATA" onclick=\'BX_clipboard_insertCDATA()\' /> <br/>'; | function BX_source_edit(id, selectNodeContents){ if (BX_range) { if (!BX_xslViewSource || !BX_xslViewSource.documentElement) { if (!BX_xslViewSource) { BX_xslViewSource = document.implementation.createDocument("","",null); BX_xslViewSource.load(BX_xslViewSour... |
html += '<input class="text" type="button" value="update" onClick=\'BX_source_insert("'+id+'",'+selectNodeContents+')\'>'; | html += '<br/><input class="text" type="button" value="update" onclick=\'BX_source_insert("'+id+'",'+selectNodeContents+')\' />'; | function BX_source_edit(id, selectNodeContents){ if (BX_range) { if (!BX_xslViewSource || !BX_xslViewSource.documentElement) { if (!BX_xslViewSource) { BX_xslViewSource = document.implementation.createDocument("","",null); BX_xslViewSource.load(BX_xslViewSour... |
for (var i = 0; i < childLength; i++) { document.forms.clipboard.text.value += calculateMarkup(_new.documentElement.childNodes[i],true); | for (var i = 0; i < childLength; i++) { document.getElementById("bx_form_clipboard" ).text.value += calculateMarkup(_new.documentElement.childNodes[i],true); | function BX_source_edit(id, selectNodeContents){ if (BX_range) { if (!BX_xslViewSource || !BX_xslViewSource.documentElement) { if (!BX_xslViewSource) { BX_xslViewSource = document.implementation.createDocument("","",null); BX_xslViewSource.load(BX_xslViewSour... |
} else { document.forms.clipboard.text.value += calculateMarkup(_new.documentElement,true); | } else { document.getElementById("bx_form_clipboard" ).text.value += calculateMarkup(_new.documentElement,true); | function BX_source_edit(id, selectNodeContents){ if (BX_range) { if (!BX_xslViewSource || !BX_xslViewSource.documentElement) { if (!BX_xslViewSource) { BX_xslViewSource = document.implementation.createDocument("","",null); BX_xslViewSource.load(BX_xslViewSour... |
document.removeEventListener("keypress",BX_keypress,false); | BX_no_events = true; document.removeEventListener("keypress",BX_keypress,false); | function BX_source_edit(id, selectNodeContents){ if (BX_range) { if (!BX_xslViewSource || !BX_xslViewSource.documentElement) { if (!BX_xslViewSource) { BX_xslViewSource = document.implementation.createDocument("","",null); BX_xslViewSource.load(BX_xslViewSour... |
document.forms.clipboard.text.focus(); | document.getElementById("bx_form_clipboard" ).text.focus(); | function BX_source_edit(id, selectNodeContents){ if (BX_range) { if (!BX_xslViewSource || !BX_xslViewSource.documentElement) { if (!BX_xslViewSource) { BX_xslViewSource = document.implementation.createDocument("","",null); BX_xslViewSource.load(BX_xslViewSour... |
BX_popup.style.top=BX_popup.offsetTop - 1 + "px"; | function BX_source_edit(id, selectNodeContents){ if (BX_range) { if (!BX_xslViewSource || !BX_xslViewSource.documentElement) { if (!BX_xslViewSource) { BX_xslViewSource = document.implementation.createDocument("","",null); BX_xslViewSource.load(BX_xslViewSour... | |
function BX_source_insert(id,selectNodeContents) { var oldnode = document.getElementById(id); | function BX_source_insert(id,selectNodeContents) { var oldnode = BX_getElementById(id,document); | function BX_source_insert(id,selectNodeContents){ var oldnode = document.getElementById(id); BX_clipboard_copyToBX_clipboard(); if (selectNodeContents) { var childLength = oldnode.childNodes.length; for(var i = 0; i < childLength; i++) { window.defaultStatus += " " +i; ... |
for(var i = 0; i < childLength; i++) { window.defaultStatus += " " +i; | for(var i = 0; i < childLength; i++) { | function BX_source_insert(id,selectNodeContents){ var oldnode = document.getElementById(id); BX_clipboard_copyToBX_clipboard(); if (selectNodeContents) { var childLength = oldnode.childNodes.length; for(var i = 0; i < childLength; i++) { window.defaultStatus += " " +i; ... |
function BX_submit() { BX_save_document(BX_posturl,BX_posturl_method); | function BX_submit(options) { BXE_loader.save(BX_posturl.filename,BX_posturl.method,options); | function BX_submit(){ BX_save_document(BX_posturl,BX_posturl_method);} |
BX_popup_start("Create Table",100,90); | BX_popup_start("Create Table",0,90); | function BX_table_insert(e){ var output = ""; BX_popup_start("Create Table",100,90); if (BX_range) { output = "<form action='javascript:BX_table_newtable();' name='tabelle'><table class=\"usualBlackTd\"><tr>"; output += "<td >Columns</td><td ><input value='2' size=\"3\" name=\"cols\"></td>\n"; ... |
output = "<form action='javascript:BX_table_newtable();' name='tabelle'><table class=\"usualBlackTd\"><tr>"; output += "<td >Columns</td><td ><input value='2' size=\"3\" name=\"cols\"></td>\n"; | output = "<form action='javascript:BX_table_newtable();' id='bxe_tabelle' name='tabelle'><table class=\"usual\"><tr>"; output += "<td >Columns</td><td ><input value='2' size=\"3\" name=\"cols\" /></td>\n"; | function BX_table_insert(e){ var output = ""; BX_popup_start("Create Table",100,90); if (BX_range) { output = "<form action='javascript:BX_table_newtable();' name='tabelle'><table class=\"usualBlackTd\"><tr>"; output += "<td >Columns</td><td ><input value='2' size=\"3\" name=\"cols\"></td>\n"; ... |
output += "<td>Rows</td><td ><input value='2' size=\"3\" name=\"rows\"></td>\n"; | output += "<td>Rows</td><td ><input value='2' size=\"3\" name=\"rows\" /></td>\n"; | function BX_table_insert(e){ var output = ""; BX_popup_start("Create Table",100,90); if (BX_range) { output = "<form action='javascript:BX_table_newtable();' name='tabelle'><table class=\"usualBlackTd\"><tr>"; output += "<td >Columns</td><td ><input value='2' size=\"3\" name=\"cols\"></td>\n"; ... |
output += "<input type='submit' class=\"usualBlackTd\" value='create'> </td>"; | output += "<input type='submit' class=\"usual\" value='create' /> </td>"; | function BX_table_insert(e){ var output = ""; BX_popup_start("Create Table",100,90); if (BX_range) { output = "<form action='javascript:BX_table_newtable();' name='tabelle'><table class=\"usualBlackTd\"><tr>"; output += "<td >Columns</td><td ><input value='2' size=\"3\" name=\"cols\"></td>\n"; ... |
output = "<span class='usualBlackTd'>Nothing selected, please select the point, where you want the table inserted</span>"; | output = "<span class='usual'>Nothing selected, please select the point, where you want the table inserted</span>"; | function BX_table_insert(e){ var output = ""; BX_popup_start("Create Table",100,90); if (BX_range) { output = "<form action='javascript:BX_table_newtable();' name='tabelle'><table class=\"usualBlackTd\"><tr>"; output += "<td >Columns</td><td ><input value='2' size=\"3\" name=\"cols\"></td>\n"; ... |
var newCell = BX_xml.createElementNS("http: | var newCell = BX_xml.doc.createElementNS("http: | function BX_table_insert_col(){ if (!(BX_range)) { alert("Nothing selected, please select a table cell"); return; } var cell = BX_range.startContainer.parentNode; if (cell.nodeName.toLowerCase() != "entry") { alert("No table-cell selected, please choose one"); return ; }... |
var textNode = BX_xml.createTextNode("#"); | var textNode = BX_xml.doc.createTextNode("#"); | function BX_table_insert_col(){ if (!(BX_range)) { alert("Nothing selected, please select a table cell"); return; } var cell = BX_range.startContainer.parentNode; if (cell.nodeName.toLowerCase() != "entry") { alert("No table-cell selected, please choose one"); return ; }... |
var newRow = BX_xml.createElementNS("http: | var newRow = BX_xml.doc.createElementNS("http: | function BX_table_insert_row(){ var cell = BX_range.startContainer.parentNode; var row = cell.parentNode; var tbody = row.parentNode; var newRow = BX_xml.createElementNS("http://www.w3.org/1999/xhtml","row"); BX_node_insertID(newRow); for (var i = 0; i < row.childNodes.length; i++) { var new... |
var newCell = BX_xml.createElementNS("http: | var newCell = BX_xml.doc.createElementNS("http: | function BX_table_insert_row(){ var cell = BX_range.startContainer.parentNode; var row = cell.parentNode; var tbody = row.parentNode; var newRow = BX_xml.createElementNS("http://www.w3.org/1999/xhtml","row"); BX_node_insertID(newRow); for (var i = 0; i < row.childNodes.length; i++) { var new... |
var textNode = BX_xml.createTextNode("#"); | var textNode = BX_xml.doc.createTextNode("#"); | function BX_table_insert_row(){ var cell = BX_range.startContainer.parentNode; var row = cell.parentNode; var tbody = row.parentNode; var newRow = BX_xml.createElementNS("http://www.w3.org/1999/xhtml","row"); BX_node_insertID(newRow); for (var i = 0; i < row.childNodes.length; i++) { var new... |
if (document.forms["tabelle"].ch[0].checked) | if (document.getElementById("bxe_tabelle").ch[0].checked) | function BX_table_insert_row_or_col(roworcol){ if(BX_popup.style.visibility== 'visible') { if (document.forms["tabelle"].ch[0].checked) { BX_table_insert_row(); } else { BX_table_insert_col(); } BX_popup.style.visibility= 'hidden'; BX_addEvents(); return; ... |
output += "<form action='javascript:BX_table_insert_row_or_col();' name='tabelle'><table class=\"usualBlackTd\"><tr>"; output += "<td ><input name='ch' type='radio' value='row' checked></td><td >add row</td>\n"; output += "</tr><tr><td ><input name='ch' type='radio' value='col'></td><td >add col</td>\n"; | output += "<form action='javascript:BX_table_insert_row_or_col();' id='bxe_tabelle' name='tabelle'><table class=\"usual\"><tr>"; output += "<td ><input name='ch' type='radio' value='row' checked='checked' /></td><td >add row</td>\n"; output += "</tr><tr><td ><input name='ch' type='radio' value='col' /></td><td >add col... | function BX_table_insert_row_or_col(roworcol){ if(BX_popup.style.visibility== 'visible') { if (document.forms["tabelle"].ch[0].checked) { BX_table_insert_row(); } else { BX_table_insert_col(); } BX_popup.style.visibility= 'hidden'; BX_addEvents(); return; ... |
output += "</tr></tr><td colspan='2'><input type='submit' class=\"usualBlackTd\" value='add'> </td>"; | output += "</tr><tr><td colspan='2'><input type='submit' class=\"usual\" value='add' /> </td>"; | function BX_table_insert_row_or_col(roworcol){ if(BX_popup.style.visibility== 'visible') { if (document.forms["tabelle"].ch[0].checked) { BX_table_insert_row(); } else { BX_table_insert_col(); } BX_popup.style.visibility= 'hidden'; BX_addEvents(); return; ... |
var TRows = document.forms["tabelle"].rows.value; var TCols = document.forms["tabelle"].cols.value; | var TRows = document.getElementById("bxe_tabelle").rows.value; var TCols = document.getElementById("bxe_tabelle").cols.value; | function BX_table_newtable(){ if (BX_popup.style.visibility != 'visible') { return; } var TRows = document.forms["tabelle"].rows.value; var TCols = document.forms["tabelle"].cols.value; BX_popup_hide(); var table = BX_xml.createElementNS("http://www.w3.org/1999/xhtml","informaltable"); BX_node_insertID(table); va... |
var table = BX_xml.createElementNS("http: | var table = BX_xml.doc.createElementNS("http: | function BX_table_newtable(){ if (BX_popup.style.visibility != 'visible') { return; } var TRows = document.forms["tabelle"].rows.value; var TCols = document.forms["tabelle"].cols.value; BX_popup_hide(); var table = BX_xml.createElementNS("http://www.w3.org/1999/xhtml","informaltable"); BX_node_insertID(table); va... |
var tgroup = BX_xml.createElementNS("http: | var tgroup = BX_xml.doc.createElementNS("http: | function BX_table_newtable(){ if (BX_popup.style.visibility != 'visible') { return; } var TRows = document.forms["tabelle"].rows.value; var TCols = document.forms["tabelle"].cols.value; BX_popup_hide(); var table = BX_xml.createElementNS("http://www.w3.org/1999/xhtml","informaltable"); BX_node_insertID(table); va... |
var tbody = BX_xml.createElementNS("http: | var tbody = BX_xml.doc.createElementNS("http: | function BX_table_newtable(){ if (BX_popup.style.visibility != 'visible') { return; } var TRows = document.forms["tabelle"].rows.value; var TCols = document.forms["tabelle"].cols.value; BX_popup_hide(); var table = BX_xml.createElementNS("http://www.w3.org/1999/xhtml","informaltable"); BX_node_insertID(table); va... |
var trElement = BX_xml.createElementNS("http: | var trElement = BX_xml.doc.createElementNS("http: | function BX_table_newtable(){ if (BX_popup.style.visibility != 'visible') { return; } var TRows = document.forms["tabelle"].rows.value; var TCols = document.forms["tabelle"].cols.value; BX_popup_hide(); var table = BX_xml.createElementNS("http://www.w3.org/1999/xhtml","informaltable"); BX_node_insertID(table); va... |
var tdElement = BX_xml.createElementNS("http: | var tdElement = BX_xml.doc.createElementNS("http: | function BX_table_newtable(){ if (BX_popup.style.visibility != 'visible') { return; } var TRows = document.forms["tabelle"].rows.value; var TCols = document.forms["tabelle"].cols.value; BX_popup_hide(); var table = BX_xml.createElementNS("http://www.w3.org/1999/xhtml","informaltable"); BX_node_insertID(table); va... |
var textNode = BX_xml.createTextNode("#"); | var textNode = BX_xml.doc.createTextNode("#"); | function BX_table_newtable(){ if (BX_popup.style.visibility != 'visible') { return; } var TRows = document.forms["tabelle"].rows.value; var TCols = document.forms["tabelle"].cols.value; BX_popup_hide(); var table = BX_xml.createElementNS("http://www.w3.org/1999/xhtml","informaltable"); BX_node_insertID(table); va... |
BX_node_clean_bg(); | function BX_transform(selectNode) { BX_get_selection(); BX_range.collapse(true); var BX_cursor = document.createElementNS("http://www.w3.org/1999/xhtml","span"); // BX_cursor.appendChild(document.createTextNode("|")); BX_cursor.setAttribute("id","bx_cursor"); BX_insertContent(BX_cursor); if (BX_mix... | |
if (BX_mixedCaseAttributes) { | if (typeof BX_mixedCaseAttributes != "undefined" && BX_mixedCaseAttributes) { | function BX_transform(selectNode) { BX_get_selection(); BX_range.collapse(true); var BX_cursor = document.createElementNS("http://www.w3.org/1999/xhtml","span"); // BX_cursor.appendChild(document.createTextNode("|")); BX_cursor.setAttribute("id","bx_cursor"); BX_insertContent(BX_cursor); if (BX_mix... |
BX_range_length = BX_range.toString().length; | function BX_transform(selectNode) { BX_get_selection(); BX_range.collapse(true); var BX_cursor = document.createElementNS("http://www.w3.org/1999/xhtml","span"); // BX_cursor.appendChild(document.createTextNode("|")); BX_cursor.setAttribute("id","bx_cursor"); BX_insertContent(BX_cursor); if (BX_mix... | |
if (BX_mixedCaseAttributes) { var xmltransformedback = BX_xml.implementation.createDocument("","",null); BX_xsltProcessor.transformDocument( BX_getResultXML(), BX_xmlTR, xmltransformedback, null); BX_xml = xmltransformedback; } else { | if (BX_mixedCaseAttributes) { BX_xml.doc = BX_getResultXML(); var xmltransformedback = BX_xml.doc.implementation.createDocument("","",null); BX_xsltProcessor.transformDocument( BX_xml.doc, BX_xmlTR.doc, xmltransformedback, null); BX_xml.doc = xmltransformedback; } else { | function BX_transform(selectNode){ BX_get_selection(); var BX_cursor = document.createElementNS("http://www.w3.org/1999/xhtml","span"); // BX_cursor.appendChild(document.createTextNode("|")); BX_cursor.setAttribute("id","bx_cursor"); BX_insertContent(BX_cursor); if (BX_mixedCaseAttributes) { ... |
document.getElementById("but_redo").src="./"+BX_root_dir+"/img/wt_redo_p.gif"; | document.getElementById("but_redo").src=BX_root_dir+"/img/wt_redo_p.gif"; | function BX_undo_updateButtons(){ if (BX_undo_counter == BX_undo_max) { document.getElementById("but_redo").src="./"+BX_root_dir+"/img/wt_redo_p.gif"; } else { document.getElementById("but_redo").src="./"+BX_root_dir+"/img/wt_redo_n.gif"; } if (! BX_undo_buffer[BX_undo_counter - 1]) ... |
document.getElementById("but_redo").src="./"+BX_root_dir+"/img/wt_redo_n.gif"; | document.getElementById("but_redo").src=BX_root_dir+"/img/wt_redo_n.gif"; | function BX_undo_updateButtons(){ if (BX_undo_counter == BX_undo_max) { document.getElementById("but_redo").src="./"+BX_root_dir+"/img/wt_redo_p.gif"; } else { document.getElementById("but_redo").src="./"+BX_root_dir+"/img/wt_redo_n.gif"; } if (! BX_undo_buffer[BX_undo_counter - 1]) ... |
document.getElementById("but_undo").src="./"+BX_root_dir+"/img/wt_undo_p.gif"; | document.getElementById("but_undo").src=BX_root_dir+"/img/wt_undo_p.gif"; | function BX_undo_updateButtons(){ if (BX_undo_counter == BX_undo_max) { document.getElementById("but_redo").src="./"+BX_root_dir+"/img/wt_redo_p.gif"; } else { document.getElementById("but_redo").src="./"+BX_root_dir+"/img/wt_redo_n.gif"; } if (! BX_undo_buffer[BX_undo_counter - 1]) ... |
document.getElementById("but_undo").src="./"+BX_root_dir+"/img/wt_undo_n.gif"; | document.getElementById("but_undo").src=BX_root_dir+"/img/wt_undo_n.gif"; | function BX_undo_updateButtons(){ if (BX_undo_counter == BX_undo_max) { document.getElementById("but_redo").src="./"+BX_root_dir+"/img/wt_redo_p.gif"; } else { document.getElementById("but_redo").src="./"+BX_root_dir+"/img/wt_redo_n.gif"; } if (! BX_undo_buffer[BX_undo_counter - 1]) ... |
BX_infobar.style.top = window.innerHeight - 200; BX_infobar.style.height = 200; | BX_infobar.style.top = window.innerHeight - 200 +"px"; BX_infobar.style.height = "200px" ; | function BX_up(){ BX_removeEvents(); BX_infotext.style.visibility = "hidden"; BX_infotext2.style.visibility = "visible"; BX_infobar.style.top = window.innerHeight - 200; BX_infobar.style.height = 200; BX_range= null;} |
if (BX_debugging) { BX_dump("BX_updateButtonsDelayed()"); } | function BX_updateButtonsDelayed() { if (BX_debugging) { BX_dump("BX_updateButtonsDelayed()"); } if (BX_update_buttons) { BX_get_selection(); BX_updateButtons(); BX_update_buttons = false; }} | |
function BX_updateButtonsDelayed() { if (BX_update_buttons) { | function BX_updateButtonsDelayed() { if (BX_debugging) { BX_dump("BX_updateButtonsDelayed()"); } if (BX_update_buttons) { | function BX_updateButtonsDelayed(){ if (BX_update_buttons) { BX_get_selection(); BX_updateButtons(); BX_update_buttons = false; }} |
function BX_updateXML() { | function BX_updateXML() { var allDivsXpath = document.evaluate(" var allDivs = new Array(); var node; while (node = allDivsXpath.iterateNext()) { allDivs.push(node); | function BX_updateXML(){ var allDivs = document.getElementsByName("bitfluxspan"); BX_clean_nodelist(BX_xml); BX_xml.getElementById = BX_getElementById; BX_tmp_r1 = BX_xml.createRange(); BX_tmp_r2 = document.createRange(); for (var i = 0; i < allDivs.length; i ++) { if (allDivs[i].getAttribut... |
var allDivs = document.getElementsByName("bitfluxspan"); BX_clean_nodelist(BX_xml); BX_xml.getElementById = BX_getElementById; BX_tmp_r1 = BX_xml.createRange(); | } BX_clean_nodelist(BX_xml.doc); BX_clean_nodelist(document); BX_xml.doc.getElementById = BX_getElementById; BX_tmp_r1 = BX_xml.doc.createRange(); | function BX_updateXML(){ var allDivs = document.getElementsByName("bitfluxspan"); BX_clean_nodelist(BX_xml); BX_xml.getElementById = BX_getElementById; BX_tmp_r1 = BX_xml.createRange(); BX_tmp_r2 = document.createRange(); for (var i = 0; i < allDivs.length; i ++) { if (allDivs[i].getAttribut... |
var myNodeAttr = BX_xml.getElementById(allDivs[i].getAttribute("id")); | var myNodeAttr = BX_xml.doc.getElementById(allDivs[i].getAttribute("id")); | function BX_updateXML(){ var allDivs = document.getElementsByName("bitfluxspan"); BX_clean_nodelist(BX_xml); BX_xml.getElementById = BX_getElementById; BX_tmp_r1 = BX_xml.createRange(); BX_tmp_r2 = document.createRange(); for (var i = 0; i < allDivs.length; i ++) { if (allDivs[i].getAttribut... |
BX_tmp_r2.selectNodeContents(document.getElementById(allDivs[i].getAttribute("id"))); if (BX_tmp_r2.toString().length > 0) { | BX_tmp_r2.selectNodeContents(BX_getElementById(allDivs[i].getAttribute("id"),document)); if (BX_tmp_r2.toString().length > 0) { | function BX_updateXML(){ var allDivs = document.getElementsByName("bitfluxspan"); BX_clean_nodelist(BX_xml); BX_xml.getElementById = BX_getElementById; BX_tmp_r1 = BX_xml.createRange(); BX_tmp_r2 = document.createRange(); for (var i = 0; i < allDivs.length; i ++) { if (allDivs[i].getAttribut... |
BX_dump("BX_walker_findNextEditableNode(" + startnode.nodeName +")"); | if (startnode.nodeType == 1 && startnode.getAttribute("name") == "bitfluxspan" && startnode.childNodes.length == 0 ) { var newTextNode = startnode.appendChild(document.createTextNode("")); return newTextNode; } | function BX_walker_findNextEditableNode(startnode) { BX_dump("BX_walker_findNextEditableNode(" + startnode.nodeName +")"); var nodeIt = document.createTreeWalker(document, NodeFilter.SHOW_TEXT,{ acceptNode : function(node) { ... |
BX_DocumentID = "magazin/gesundheit/articles/2002/0508/index.xml"; WyonaRequest.setAttribute("id",BX_DocumentID); | function BX_wyona_save(){/* document.forms.poster.action = BX_posturl; document.forms.poster.method = "POST"; document.forms.poster.content.value = calculateMarkup(BX_getResultXML(),true); document.forms.poster.submit();*/// wyona way p.onload = BX_responseXML; var WyonaRequest = BX_xml.createElement("request"); ... | |
dataEle.setAttribute("id",BX_DocumentID); | function BX_wyona_save(){/* document.forms.poster.action = BX_posturl; document.forms.poster.method = "POST"; document.forms.poster.content.value = calculateMarkup(BX_getResultXML(),true); document.forms.poster.submit();*/// wyona way p.onload = BX_responseXML; var WyonaRequest = BX_xml.createElement("request"); ... | |
function BX_xml_getChildNodesByTagName(name, node, nsResolver) { if(BX_mozilla_version >= 1.1) { var result = node.ownerDocument.evaluate(name, node, nsResolver, 0, null); | function BX_xml_getChildNodesByTagName(name, node, nsResolver) { if(BXE.browser.mozillaVersion >= 1.1) { var result = node.ownerDocument.evaluate(name, node, nsResolver, 0, null); | function BX_xml_getChildNodesByTagName(name, node, nsResolver){ if(BX_mozilla_version >= 1.1) { var result = node.ownerDocument.evaluate(name, node, nsResolver, 0, null); } else { var result = node.ownerDocument.evaluate("*[name() = '"+name+"']", node, null, 0, null); } return result;} |
function BX_xml_getChildNodesByXpath(xpath11, xpath10 ,node, nsResolver) { if(BX_mozilla_version >= 1.1) { var result = node.ownerDocument.evaluate(xpath11, node, nsResolver, 0, null); } else { var result = node.ownerDocument.evaluate(xpath10, node, null, 0, null); } | function BX_xml_getChildNodesByXpath(xpath11, xpath10 ,node, nsResolver) { if(BXE.browser.mozillaVersion >= 1.1) { var result = node.ownerDocument.evaluate(xpath11, node, nsResolver, 0, null); } else { var result = node.ownerDocument.evaluate(xpath10, node, null, 0, null); } | function BX_xml_getChildNodesByXpath(xpath11, xpath10 ,node, nsResolver){ if(BX_mozilla_version >= 1.1) { var result = node.ownerDocument.evaluate(xpath11, node, nsResolver, 0, null); } else { var result = node.ownerDocument.evaluate(xpath10, node, null, 0, null); } return result;} |
function BX_xml_removeWhiteSpaceNodes(node) { var l = node.childNodes.length -1 ; for (var i = l; i >= 0; i--) { | function BX_xml_removeWhiteSpaceNodes(node) { | function BX_xml_removeWhiteSpaceNodes(node){ var l = node.childNodes.length -1 ; for (var i = l; i >= 0; i--) { switch(node.childNodes[i].nodeType) { case node.TEXT_NODE: if (node.childNodes[i].data.replace(/[\s\n\r]*/,"").length == 0) { node.childNodes[i].parentNode.removeChild(node.childNodes[i]); ... |
switch(node.childNodes[i].nodeType) { | if (!node) { return false; } var l = node.childNodes.length -1 ; for (var i = l; i >= 0; i--) { | function BX_xml_removeWhiteSpaceNodes(node){ var l = node.childNodes.length -1 ; for (var i = l; i >= 0; i--) { switch(node.childNodes[i].nodeType) { case node.TEXT_NODE: if (node.childNodes[i].data.replace(/[\s\n\r]*/,"").length == 0) { node.childNodes[i].parentNode.removeChild(node.childNodes[i]); ... |
case node.TEXT_NODE: if (node.childNodes[i].data.replace(/[\s\n\r]*/,"").length == 0) { node.childNodes[i].parentNode.removeChild(node.childNodes[i]); } | switch(node.childNodes[i].nodeType) { | function BX_xml_removeWhiteSpaceNodes(node){ var l = node.childNodes.length -1 ; for (var i = l; i >= 0; i--) { switch(node.childNodes[i].nodeType) { case node.TEXT_NODE: if (node.childNodes[i].data.replace(/[\s\n\r]*/,"").length == 0) { node.childNodes[i].parentNode.removeChild(node.childNodes[i]); ... |
break; case node.COMMENT_NODE: node.childNodes[i].parentNode.removeChild(node.childNodes[i]); break; case node.ATTRIBUTE_NODE: break; case node.CDATA_SECTION_NODE: case node.ELEMENT_NODE: case node.PROCESSING_INSTRUCTION_NODE: case node.DOCUMENT_TYPE_NODE: case node.ENTITY_NODE: case node.NOTATION_NODE: case node.ENTIT... | case node.TEXT_NODE: if (node.childNodes[i].data.replace(/[\s\n\r]*/,"").length == 0) { node.childNodes[i].parentNode.removeChild(node.childNodes[i]); } break; case node.COMMENT_NODE: node.childNodes[i].parentNode.removeChild(node.childNodes[i]); break; case node.ATTRIBUTE_NODE: break; case node.CDATA_SECTION_NODE: ... | function BX_xml_removeWhiteSpaceNodes(node){ var l = node.childNodes.length -1 ; for (var i = l; i >= 0; i--) { switch(node.childNodes[i].nodeType) { case node.TEXT_NODE: if (node.childNodes[i].data.replace(/[\s\n\r]*/,"").length == 0) { node.childNodes[i].parentNode.removeChild(node.childNodes[i]); ... |
try { if (navigator.userAgent.indexOf("Opera") >= 0) { alert ("\nBitflux Editor does not work with Opera. You need Mozilla or Netscape 7 for this Editor."); return false; } if (navigator.appName != "Netscape" ) { BXEui.lm.set("\nYou need Mozilla or Netscape 7 for this Editor. Get it from <a href='http: return false; ... | function BXE_browser() { this.isMozilla = false; this.isMSIE = false; this.isLinux = false; this.isMac = false; this.isWindows = false; this.mozillaVersion = 0; this.mozillaRvVersion = 0; try { if (navigator.userAgent.indexOf("Opera") >= 0) { alert ("\nBitflux Editor does not work with Opera. You need Mozilla or Ne... | |
this.mozillaRvVersion = navigator.userAgent.match(/rv:([[0-9\.]*)/)[1]; | this.mozillaRvVersion = navigator.userAgent.match(/rv:([[0-9a-z\.]*)/)[1]; this.mozillaRvVersionInt = parseFloat(this.mozillaRvVersion); | function BXE_browser() { this.isMozilla = false; this.isMSIE = false; this.isLinux = false; this.isMac = false; this.isWindows = false; this.mozillaVersion = 0; this.mozillaRvVersion = 0; try { if (navigator.userAgent.indexOf("Opera") >= 0) { alert ("\nBitflux Editor does not work with Opera. You need Mozilla or Ne... |
if (navigator.productSub >= 20020910 && this.mozillaRvVersion > 1.1) { | if (navigator.productSub >= 20020910 && this.mozillaRvVersion == "1.2a") { | function BXE_browser() { this.isMozilla = false; this.isMSIE = false; this.isLinux = false; this.isMac = false; this.isWindows = false; this.mozillaVersion = 0; this.mozillaRvVersion = 0; try { if (navigator.userAgent.indexOf("Opera") >= 0) { alert ("\nBitflux Editor does not work with Opera. You need Mozilla or Ne... |
if (navigator.productSub >= 20020826 && this.mozillaRvVersion >= 1.0) { | else if (navigator.productSub >= 20020826 && this.mozillaRvVersionInt >= 1.0) { | function BXE_browser() { this.isMozilla = false; this.isMSIE = false; this.isLinux = false; this.isMac = false; this.isWindows = false; this.mozillaVersion = 0; this.mozillaRvVersion = 0; try { if (navigator.userAgent.indexOf("Opera") >= 0) { alert ("\nBitflux Editor does not work with Opera. You need Mozilla or Ne... |
} catch(e) { BXEui.newObject("initAlert",e); } | function BXE_browser() { this.isMozilla = false; this.isMSIE = false; this.isLinux = false; this.isMac = false; this.isWindows = false; this.mozillaVersion = 0; this.mozillaRvVersion = 0; try { if (navigator.userAgent.indexOf("Opera") >= 0) { alert ("\nBitflux Editor does not work with Opera. You need Mozilla or Ne... | |
BX_DocumentID = "magazin/gesundheit/articles/2002/0508/index.xml"; WyonaRequest.setAttribute("id",BX_DocumentID); | function BXE_TransportDriver_wyona(parent){ /** * XMLHttpRequest Object * * We use the same XMLHttpRequest in the whole instance * @type Object */ this.p = new XMLHttpRequest(); /** * Parent Object * * This is normally the BXE_loader class * this has to be implemented with xbBrowser some day: * @type Object */ //check ... | |
dataEle.setAttribute("id",BX_DocumentID); | function BXE_TransportDriver_wyona(parent){ /** * XMLHttpRequest Object * * We use the same XMLHttpRequest in the whole instance * @type Object */ this.p = new XMLHttpRequest(); /** * Parent Object * * This is normally the BXE_loader class * this has to be implemented with xbBrowser some day: * @type Object */ //check ... | |
function newObject (name,option) { return eval("new BXE_widget_"+name+"(option)"); } BXE_widget.prototype.newObject = newObject; | function BXE_widget() {} | |
function set(e) { var mes = "ERROR in initialising Bitflux Editor:\n"+e.message +"\n"; try { mes += "In File: " + e.filename +"\n"; } catch (e) { mes += "In File: " + le.fileName +"\n"; } try { mes += "Linenumber: " + e.lineNumber + "\n"; } catch(e) {} mes += "Type: " + e.name + "\n"; mes += "Stack:" + e.stack + "\n";... | function BXE_widget_initAlert(object) { if (object) { this.set(object); }} | |
function set(text) { try { BX_innerHTML(document.getElementById("bxe_area"),"<br/><img hspace='5' width='314' height='34' src='"+ BX_root_dir + "img/bxe_logo.png'/><br/><span style='font-family: Arial; padding: 5px; background-color: #ffffff'>"+text.replace(/\n/g,"<br/><br/>")+"</span>"); } catch (e) { alert(text); } ... | function BXE_widget_loadMessage() {} | |
else { this.method = null; this.filename = null; | function load(callback) { this.doc = BXE_loader.load(this.filename,this.method,callback) | function BXE_XmlDocument(xpath){ if (xpath) { this.filename = BX_config_getContent(xpath) this.method = BX_config_getContent(xpath + "/@method"); } else { this.method = null; this.filename = null; } this.includes = null; this.parameters = null;} |
this.includes = null; this.parameters = null; | BXE_XmlDocument.prototype.load = load; function showXml() { BX_xml_source= this.doc; var BX_source_window = window.open(BX_root_dir+"showsource/index.html","_blank",""); } BXE_XmlDocument.prototype.showXml = showXml; | function BXE_XmlDocument(xpath){ if (xpath) { this.filename = BX_config_getContent(xpath) this.method = BX_config_getContent(xpath + "/@method"); } else { this.method = null; this.filename = null; } this.includes = null; this.parameters = null;} |
this.firstDayOfWeek = firstDayOfWeek; | this.firstDayOfWeek = typeof firstDayOfWeek == "number" ? firstDayOfWeek : Calendar._FD; | Calendar = function (firstDayOfWeek, dateStr, onSelected, onClose) { // member variables this.activeDiv = null; this.currentDateEl = null; this.getDateStatus = null; this.timeout = null; this.onSelected = onSelected || null; this.onClose = onClose || null; this.dragging = false; this.hidden = false; this.minYear = 1970... |
this.hiliteToday = true; this.multiple = null; | Calendar = function (firstDayOfWeek, dateStr, onSelected, onClose) { // member variables this.activeDiv = null; this.currentDateEl = null; this.getDateStatus = null; this.timeout = null; this.onSelected = onSelected || null; this.onClose = onClose || null; this.dragging = false; this.hidden = false; this.minYear = 1970... | |
this.drawCurrent = function() { CalendarNamespace.draw(this.currentMonth, this.currentYear, this.div_id, this.callback); } this.drawDate = function(month, year) { this.currentMonth = month; this.currentYear = year; this.drawCurrent(); } this.drawPreviousMonth = function() { if (this.currentMonth == 1) { this.currentMon... | function Calendar(div_id, callback) { // div_id (string) is the ID of the element in which the calendar will // be displayed // callback (string) is the name of a JavaScript function that will be // called with the parameters (year, month, day) when a day in the // calendar is clicked this... | |
if (o[n] && (v = tinyMCE.evalFunc(o[n], 3, a)) == s && m > 0) | if (o[n] && (v = tinyMCE.evalFunc(n, 3, a, o)) == s && m > 0) | callFunc : function(ins, p, n, m, a) { var l, i, on, o, s, v; s = m == 2; l = tinyMCE.getParam(p, ''); if (l != '' && (v = tinyMCE.evalFunc(typeof(l) == "function" ? l : eval(l), 3, a)) == s && m > 0) return true; if (ins != null) { for (i=0, l = ins.plugins; i<l.length; i++) { o = tinyMCE.plugins[l[i]]; ... |
if(this.timeout) clearTimeout(this.timeout); if(this.interval) clearInterval(this.interval); | if(!this.options.sync) Effect.Queue.remove(this); | cancel: function() { if(this.timeout) clearTimeout(this.timeout); if(this.interval) clearInterval(this.interval); } |
if(this.timeout) clearTimeout(this.timeout); } | if(!this.options.sync) Effect.Queue.remove(this); this.state = 'finished'; }, | cancel: function() { if(this.timeout) clearTimeout(this.timeout); } |
if (e.stripPropagation) e.stopPropagation(); | if (e.stopPropagation) e.stopPropagation(); | cancelEventPropagation: function(e) { if (!e) var e = window.event; e.cancelBubble = true; if (e.stripPropagation) e.stopPropagation(); } |
if (!e) var e = window.event; | if (!e) e = window.event; | cancelEventPropagation: function(e) { if (!e) var e = window.event; e.cancelBubble = true; if (e.stopPropagation) e.stopPropagation(); } |
gPanelContainer().removeEventListener("mouseup",onMouseUp,true); gPanelContainer().removeEventListener("mouseout", onMouseOut, true); | gPanelContainer().removeEventListener("mouseup",izOnMouseUp,true); gPanelContainer().removeEventListener("mouseout", izOnMouseOut, true); | function cancelScrollZoom() { if (linuxImage) linuxImage = null; if (currentImage) currentImage = null; gPanelContainer().removeEventListener("DOMMouseScroll",ScrollImage,true); gPanelContainer().removeEventListener("mouseup",onMouseUp,true); gPanelContainer().removeEventListener("mouseout", onMouseOut, true); moused... |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.