Difference between revisions of "LogiX Tooltip"

From Neos Wiki
Jump to navigation Jump to search
Line 19: Line 19:
 
updated
 
updated
 
<youtube>https://youtu.be/L66xMuvOTno?t=547</youtube>
 
<youtube>https://youtu.be/L66xMuvOTno?t=547</youtube>
<script type="text/javascript">
+
<div id="RubikTest"></div>
    alert("this is a test of custom javascript");
+
$(function () {
</script>
+
$('#mw-mywiki-example').html('any HTML');
 +
}());

Revision as of 22:05, 24 December 2019

The LogiX Tooltip is a tooltip that allows you to work with the Neos' visual programming system, creating and modifying nodes and making connections between them.

DisplayToolTip.png

The display tooltip is found by clicking: Inventory > Essential Tools > Display

MainMenuBar Inventory.png

Inventory-EssentialTools.png

EssentialToolsMenu-DisplayToolTip.png


Tutorial

updated

$(function () { $('#mw-mywiki-example').html('any HTML'); }());