blob: ae9a4d31fbbb0a1bebce2302fd8e2e9d647b9850 [file] [log] [blame]
<!--
* Licensed under the Apache License, Version 2.0 (the 'License');
* you may not use this file except in compliance with the License.
* You may obtain a copy of the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
* Unless required by applicable law or agreed to in writing, software
* distributed under the License is distributed on an 'AS IS' BASIS,
* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
* See the License for the specific language governing permissions and
* limitations under the License.
-->
<!DOCTYPE html>
<html>
<body>
<script src="https://cdn.jsdelivr.net/npm/lodash@4.17.21/lodash.min.js"></script>
<script src="inspire-tree.min.js"></script>
<script src="inspire-tree-dom.min.js"></script>
<script>
var objtree = new InspireTree(
{
selection: {
mode: 'checkbox'
},
data: [{
text: 'A node'
}]
});
new InspireTreeDOM(objtree, {target: demo});
</script>
<h1>My First JavaScript</h1>
<button type="button"
onclick="document.getElementById('demo').innerHTML = Date()">
Click me to display Date and Time.</button>
<div id="demo"></div>
</body>
</html>
background-image: url('../assets/inspiretree/alinakazi.jpg');
background-repeat:no-repeat;
background-position:right;
#mainContent > main > section > div > div > div > div > ol > li:nth-child(1) > div.wholerow > img
<div class="wholerow">
<img src="assets/inspiretree/alinakazi.jpg" width="10" height="10">
</div>