$("#selectRootTaxon").change(function() // var value = $(this).val(); // alert(value); var frm = document.changeRootTaxonForm; frm.submit(); );
$("#navigateTaxonTree").dynatree( onActivate: function (node) // Use status functions to find out about the calling context var isInitializing = node.tree.isInitializing(); // Tree loading phase var isReloading = node.tree.isReloading(); // Loading phase, and reading status from cookies var isUserEvent = node.tree.isUserEvent(); // Event was triggered by mouse or keyboard
var frm = document.navigateTaxonForm; frm.NavigateId.value = node.data.key;
var expandedNodes = []; this.visit(function(n) if (n.isExpanded()) expandedNodes.push(n.data.key); , true); expandedNodes.shift(); // delete first node. Don't know why the element is there. frm.ExpandedNodes.value = JSON.stringify(expandedNodes);
Laddar...' ); frm.submit(); , onLazyRead: function(node) node.appendAjax( url: '/Navigation/GetTreeData', type: "GET", data: "taxonId": node.data.key, dataType: "json", success: function(node) // Called after nodes have been created and the waiting icon was removed. , cache: false // Append random '_' argument to url to prevent caching. ); , persist: false, generateIds: true, fx: height: "toggle", duration: 100 , selectMode: 1, clickFolderMode: 1, children: "title":"Lamnidae (håbrandshajar)","isLazy":false,"isFolder":true,"expand":true,"activate":true,"key":"1","icon":null,"children":["title":"Lamna","isLazy":true,"isFolder":true,"expand":false,"activate":false,"key":"2","icon":null,"children":null] );
);
Denna sida använder Javascript. Din webbläsare stöder antingen inte Javascript eller så har du den avstängd. För att se denna sida som det är tänkt att visas vänligen använd en webbläsare med Javascript aktiverat.
$clickableReferenceObjects.click(function() var guid = $(this).attr("data-guid"); showReferenceDialog(guid); );
);
function saveTreeWidthState() var treeWidth = $("#leftNavigation").width(); $.cookie('taxonTreeWidth', treeWidth, null);
function restoreTreeWidth() var treeWidth = $.cookie('taxonTreeWidth'); if (treeWidth != null) var mainWrapperWidth = $("#mainWrapper").width(); var leftNavigationWidth = $("#leftNavigation").width(); treeWidth = parseInt(treeWidth); $("#mainWrapper").width(mainWrapperWidth + treeWidth - leftNavigationWidth); $("#leftNavigation").width(treeWidth);
function updateURL(currUrl, param, paramVal) var url = currUrl; var newAdditionalURL = ""; var tempArray = url.split("?"); var baseURL = tempArray[0]; var aditionalURL = tempArray[1]; var temp = ""; if (aditionalURL) var tempArray = aditionalURL.split("&"); for (i = 0; i < tempArray.length; i++) if (tempArray[i].split('=')[0] != param) newAdditionalURL += temp + tempArray[i]; temp = "&";
var subkey = 'Taxoninfo'; restoreH2States(subkey); initToggleFieldsetH2(); initToggleFieldsetH3();
$(window).unload(function () var key = 'Taxoninfo'; saveH2States(key); saveTreeWidthState(); );
// if page is inside IFrame, then set mode to mini var isInIFrame = !(top === self); if (isInIFrame) var newURL = updateURL(window.location.href, 'mode', 'mini'); window.location.href = newURL;
Elasmobranquios xénerocondrictioselasmobranquioslamniformesfamilialámnidosmarraxo azulmarraxo azul pequenofósiles Isurus Na Galipedia, a Wikipedia en galego. Saltar ata a navegación Saltar á procura Isurus Rango fósil: tanetiano (paleoceno inferior, hai 56 Ma) - actualidade [ 1 ] Marraxo azul ( I. oxyrinchus ) Marraxo azul pequeno ( I. paucus ) Clasificación científica Reino: Animalia Filo: Chordata Clase: Chondrichthyes Subclase: Elasmobranchii Orde: Lamniformes Familia: Lamnidae Xénero: Isurus Rafinesque, 1810 Especie tipo Isurus oxyrhinchus Rafinesque, 1810 Sinonimia Isuropsis Gill, 1862 Lamiostoma Glikman, 1964 Oxyrhina Agassiz, 1838 Oxyrrhina Bonaparte, 1846 Plectrostoma Gistel, 1848 Isurus é un xénero de condrictios elasmobranquios lamniformes ( Lamniformes ) da familia dos lámnidos ( Lamnidae ), coñecidos como marraxos azuis . Comprende dúas especies, o marraxo azu...
Умершие в 420 годуПерсоналии по алфавитуПравители Европы V векаПерсонажи артурианыПерсонажи английского фольклора англ.Старого СевераКолчестерХарлеанских генеа...
How should I replace vector<uint8_t>::const_iterator in an API? Is this wall load bearing? Blueprints and photos attached How can I protect witches in combat who wear limited clothing? How can I define good in a religion that claims no moral authority? ELI5: Why do they say that Israel would have been the fourth country to land a spacecraft on the Moon and why do they call it low cost? Extraordinarily Forgoes Anthem Am I ethically obligated to go into work on an off day if the reason is sudden? Was credit for the black hole image misattributed? Cubic root function definition domain confusing Windows 10: How to Lock (not sleep) laptop on lid close? Format single node in tikzcd Creating centerline of river in QGIS? When did F become S in typeography, and why? Movie about afterlife, large towers with clothing and food How do you keep chess fun when your opponent constantly beats you? I'm thinking of a number Does a C shift expression have unsigned...