What is Christianity Wiki

Jump to: navigation, search

Difference between revisions of "About us"

Line 8: Line 8:
 
  <script type="text/javascript">
 
  <script type="text/javascript">
 
   dojo.require("dijit.Menu");
 
   dojo.require("dijit.Menu");
 
+
   dojo.require("dijit.ColorPalette");
  var pMenu;
+
   dojo.ready(function(){
+
        pMenu = new dijit.Menu({
+
            targetNodeIds:["prog_menu"]
+
        });
+
        pMenu.addChild(new dijit.MenuItem({
+
            label:"Simple menu item"
+
        }));
+
        pMenu.addChild(new dijit.MenuItem({
+
            label:"Disabled menu item",
+
            disabled: true
+
        }));
+
        pMenu.addChild(new dijit.MenuItem({
+
            label:"Menu Item With an icon",
+
            iconClass:"dijitEditorIcon dijitEditorIconCut",
+
            onClick: function(){alert('i was clicked')}
+
        }));
+
        pMenu.addChild(new dijit.CheckedMenuItem({
+
            label: "checkable menu item"
+
        }));
+
        pMenu.addChild(new dijit.MenuSeparator());
+
 
+
        var pSubMenu = new dijit.Menu();
+
        pSubMenu.addChild(new dijit.MenuItem({
+
            label:"Submenu item"
+
        }));
+
        pSubMenu.addChild(new dijit.MenuItem({
+
            label:"Submenu item"
+
        }));
+
        pMenu.addChild(new dijit.PopupMenuItem({
+
            label:"Submenu",
+
            popup:pSubMenu
+
        }));
+
 
+
        pMenu.startup();
+
    });
+
 
</script>
 
</script>
  
<span id="prog_menu">Right click me to get a menu</span>
+
<div data-dojo-type="dijit.Menu" id="windowContextMenu" data-dojo-props="contextMenuForWindow:true" style="display: none;">
 +
    <div data-dojo-type="dijit.MenuItem" data-dojo-props="iconClass:'dijitEditorIcon dijitEditorIconCut',
 +
        onClick:function(){alert('not actually cutting anything, just a test!')}">Cut</div>
 +
    <div data-dojo-type="dijit.MenuItem" data-dojo-props="iconClass:'dijitEditorIcon dijitEditorIconCopy',
 +
        onClick:function(){alert('not actually copying anything, just a test!')}">Copy</div>
 +
    <div data-dojo-type="dijit.MenuItem" data-dojo-props="iconClass:'dijitEditorIcon dijitEditorIconPaste',
 +
        onClick:function(){alert('not actually pasting anything, just a test!')}">Paste</div>
 +
    <div data-dojo-type="dijit.MenuSeparator"></div>
 +
    <div data-dojo-type="dijit.PopupMenuItem">
 +
        <span>Enabled Submenu</span>
 +
        <div data-dojo-type="dijit.Menu" id="submenu1">
 +
            <div data-dojo-type="dijit.MenuItem" data-dojo-props="onClick:function(){alert('Submenu 1!')}">Submenu Item One</div>
 +
            <div data-dojo-type="dijit.MenuItem" data-dojo-props="onClick:function(){alert('Submenu 2!')}">Submenu Item Two</div>
 +
        </div>
 +
    </div>
 +
    <div data-dojo-type="dijit.PopupMenuItem">
 +
        <span>Popup of something other than a menu</span>
 +
        <div data-dojo-type="dijit.ColorPalette"></div>
 +
    </div>
 +
</div>
  
 +
<span>Right click anywhere on this page to see a menu</span>
 
</html>
 
</html>
  
 
[[Category:Home Pages|Home_Pages]]
 
[[Category:Home Pages|Home_Pages]]

Revision as of 14:39, 11 January 2012

We have a range of information relating to the christian religion and hope you enjoy the website (Click the Categories link to see them). Information has been created either using our own material or from other websites with their permission. Please check out our links page to see who these are. We are updating the articles all the time, so please be sure to check back for further articles.

We have recently introduced the logos ref tagger, some bible references will allow you to rest over them and show the verse. You are also able to click the link to read further. This website has been designed and is maintained for the glory of God.

We do keep trying to improve the layout of the website and will ensure that this has minimal impact on your reading. We do also like feedback, please let us know if you have any constructive feedback for the site.

Right click anywhere on this page to see a menu