0byt3m1n1
Path:
/
data
/
applications
/
aps.bak
/
tikiwiki
/
3.2.0-5
/
standard
/
htdocs
/
lib
/
jquery
/
jquery.sheet
/
[
Home
]
File: menu.html
<ul id="jSheetMenu"> <li>File <ul> <li onclick="jS.newSheet();" title="Creates a new spreadsheet.">New</li> <li onclick="jS.s.fnOpen();" title="Open a new spreadsheet.">Open</li> <li onclick="jS.s.fnSave();" title="Save the current spreadsheet.">Save</li> <hr /> <li onclick="jS.s.fnClose();" title="Close the current spreadsheet without saving.">Close</li> </ul> </li> <li>View <ul> <li onclick="jS.viewSource(true);" title="Shows the HTML that makes up the current spreadsheet.">Pretty Source</li> <li onclick="jS.viewSource(false);" title="Shows the compact HTML that makes up the current spreadsheet.">Compact Source</li> <li>Function Reference <ul> <li>Function Usage <ul> <li>=SUM(SUM(A1:B1) + SUM(D7))</li> <li>=(TRUE(N(A1)) || FALSE(N(B1)))</li> </ul> </li> <hr /> <li title="Returns the absolute value of a number">ABS()</li> <li title="Returns a rounded number">AVG(), AVERAGE()</li> <li title="Returns a number rounded up based on a multiple of significance">CEILING()</li> <li title="Counts the number of cells that contain a value">COUNT()</li> <li title="Counts full days from a specific date - format(YYYY,MM,DD)">DAYSFROM()</li> <li title="Converts a number to text, using a currency format - options(number, decimals, symbol)">DOLLAR()</li> <li title="Returns a logical value of FALSE">FALSE()</li> <li title="Returns a text representation of a number rounded to a specified number of decimal places - options(number, decimals, useCommas)">FIXED()</li> <li title="Returns a number rounded down based on a multiple of significance">FLOOR()</li> <li title="Creates and executes a javascript function. example: FN(alert('Hello World')), this will execute when sheet compiles.">FN()</li> <li title="Returns the integer portion of a number">INT()</li> <li title="Returns the largest value from the numbers provided">MAX()</li> <li title="Returns the smallest value from the numbers provided">MIN()</li> <li title="Converts a value to a number">N()</li> <li title="Gets full date of today">NOW()</li> <li title="Returns the mathematical constant called pi, which is 3.14159265358979">PI()</li> <li title="Returns the result of a number raised to a given power">POWER(x, y)</li> <li title="Returns a random number that is greater than or equal to 0 and less than 1">RAND(), RND()</li> <li title="Returns a number rounded to a specified number of digits">ROUND()</li> <li title="Returns all of the values in each of the specified cells and added together">SUM()</li> <li title="Gets full date of today">TODAY()</li> <li title="Returns a logical value of TRUE">TRUE()</li> <li title="Converts a text value that represents a number to a number">VALUE()</li> </ul> </li> </ul> </li> <li>Edit <ul> <li>Column <ul> <li onclick="jS.addColumn();" title="Adds an additional column to the right of the spreadsheet.">Add Column</li> <li onclick="jS.addColumnMulti();" title="Adds an additional columns to the right of the spreadsheet.">Add Multi-Columns</li> <li onclick="jS.deleteColumn();" title="Deletes the current column thats highlighted.">Delete Column</li> <li onclick="jS.addColumn(true);" title="Inserts an additional column after currently selected column.">Insert Column</li> <!--<li onclick="jS.toggleHide.columnAll();" title="Unhides all the hidden columns.">Show All</li> <li onclick="jS.toggleHide.column();" title="Hides or shows the currently selected column.">Toggle Hide Column</li>--> </ul> </li> <li>Row <ul> <li onclick="jS.addRow();" title="Adds an additional row to bottom of the spreadsheet.">Add Row</li> <li onclick="jS.addRowMulti();" title="Adds an additional rows to bottom of the spreadsheet.">Add Multi-Rows</li> <li onclick="jS.deleteRow();" title="Delets the current row thats highlighted.">Delete Row</li> <li onclick="jS.addRow(true);" title="Inserts an additional row after currently selected row.">Insert Row</li> <!--<li onclick="jS.toggleHide.rowAll();" title="Unhides all the hidden rows.">Show All</li> <li onclick="jS.toggleHide.row();" title="Hides or shows the currently selected row.">Toggle Hide Row</li>--> </ul> </li> <li>Sheet <ul> <li onclick="jS.calc(jS.obj.tableBody());" title="Recompiles the current sheet">Refresh Calculations</li> <li onclick="jS.sheetTitle();" title="Change the title of the sheet.">Title</li> </ul> </li> <hr /> <li onclick="jS.cellFind();">Find</li> </ul> </li> <li>Style <ul> <li class="cellStyleToggle styleBold" setclass="styleBold" removeclass="">Bold</li> <li class="cellStyleToggle styleItalics" setclass="styleItalics" removeclass="">Italics</li> <li class="cellStyleToggle styleUnderline" setclass="styleUnderline" removeclass="">Underline</li> <hr /> <li class="cellStyleToggle" setclass="styleLeft" removeclass="styleCenter,styleRight">Left</li> <li class="cellStyleToggle" setclass="styleCenter" removeclass="styleLeft,styleRight">Center</li> <li class="cellStyleToggle" setclass="styleRight" removeclass="styleLeft,styleCenter">Right</li> <hr /> <li class="cellStyleToggle styleUpper" setclass="styleUpper" removeclass="styleCapital,styleLower">Uppercase</li> <li class="cellStyleToggle styleCapital" setclass="styleCapital" removeclass="styleUpper,styleLower">Capitalize</li> <li class="cellStyleToggle styleLower" setclass="styleLower" removeclass="styleCapital,styleUpper">Lowercase</li> <hr /> <li class="cellStyleToggle" setclass="styleTop" removeclass="styleMiddle,styleBottom">Top</li> <li class="cellStyleToggle" setclass="styleMiddle" removeclass="styleTop,styleBottom">Middle</li> <li class="cellStyleToggle" setclass="styleBottom" removeclass="styleTop,styleMiddle">Bottom</li> </ul> </li> <li>? <ul> <li onclick="jS.openSheet('documentation.html table:eq(3)')">About</li> <li onclick="jS.openSheet('documentation.html table:eq(1)')">API</li> <li onclick="jS.openSheet('documentation.html table:first')">Excel Style Functions</li> <li onclick="jS.openSheet('documentation.html table:eq(2)')">UI Features</li> </ul> </li> </ul>