home *** CD-ROM | disk | FTP | other *** search
/ Internet Magazine 2002 December / INTERNET97.ISO / pc / software / windows / building / scriptworx / n4932.exe / jstree.slf < prev    next >
Encoding:
Text File  |  2001-05-27  |  2.9 KB  |  178 lines

  1. Window
  2.     History
  3.         history.length
  4.         history.back(..)
  5.         history.forward(..)
  6.         history.go(..)
  7.     Location
  8.         location.hash
  9.         location.host
  10.         location.hostname
  11.         location.href
  12.         location.port
  13.         location.protocol
  14.         location.search
  15.         location.reload(..)
  16.         window.location.replace
  17.     Document
  18.         Form
  19.             document.form.action
  20.             document.form.elements[..]
  21.             document.form.encoding
  22.             document.form.length
  23.             document.form.reset(..)
  24.             document.form.submit(..)
  25.             document.form.target
  26.         Image
  27.             border
  28.             complete
  29.             height
  30.             hspace
  31.             lowsrc
  32.             name
  33.             prototype
  34.             src
  35.             vspace
  36.             width
  37.         Link
  38.             document.link.hash
  39.             document.link.host
  40.             document.link.hostname
  41.             document.link.href
  42.             document.link.pathname
  43.             document.link.port
  44.             document.link.protocol
  45.             document.link.search
  46.             document.link.target
  47.         document.anchors[..]
  48.         document.bgColor
  49.         document.cookie
  50.         document.embeds
  51.         document.fgColor
  52.         document.forms[..]
  53.         document.lastModified
  54.         document.linkColor
  55.         document.links[..]
  56.         document.location
  57.         document.referrer
  58.         document.title
  59.         document.vlinkColor
  60.         document.clear[..]
  61.         document.close[..]
  62.         document.open(..)
  63.         document.write("..")
  64.         document.writeln("..")
  65.         document.alinkColor
  66.     Frame
  67.         frame.frames
  68.         frame.name
  69.         frame.length
  70.         frame.parent
  71.         frame.self
  72.         frame.window
  73.         frame.blue(..)
  74.         frame.focus(..)
  75.         frame.setTimeout(..)
  76.     window.defaultStatus
  77.     window.frames[..]
  78.     window.length
  79.     window.name
  80.     window.opener
  81.     window.parent
  82.     window.self
  83.     window.status
  84.     window.top
  85.     window.alert("..")
  86.     window.blue(..)
  87.     window.clearTimeout(..)
  88.     window.close(..)
  89.     window.confirm("..")
  90.     window.focus(..)
  91.     window.prompt("..", "")
  92.     window.scroll(..)
  93.     window.setTimeout(..)
  94. Navigator
  95.     navigator.appCodeName
  96.     navigator.appName
  97.     navigator.appVersion
  98.     navigator.javaEnabled(..)
  99.     navigator.mimeTypes
  100.     navigator.plugins
  101.     navigator.userAgent
  102.     Plugins
  103.         description
  104.         filename
  105.         length
  106.         name
  107. Date and Time
  108.     prototype
  109.     getDate(..)
  110.     getDay(..)
  111.     getHours(..)
  112.     getMinutes(..)
  113.     getMonth(..)
  114.     getSeconds(..)
  115.     getTime(..)
  116.     getTimezoneOffset(..)
  117.     getYear(..)
  118.     parse("..")
  119.     setDate(..)
  120.     setHours(..)
  121.     setMinutes(..)
  122.     setMonth(..)
  123.     setSeconds(..)
  124.     setTime(..)
  125.     setYear(..)
  126.     toGMTString(..)
  127.     toLocaleString(..)
  128.     UTC(..)
  129. Math
  130.     Math.E
  131.     Math.LN2
  132.     Math.LN10
  133.     Math.LOG2E
  134.     Mat.LOG10E
  135.     Math.PI
  136.     Math.SQRT1_2
  137.     Math.SQRT2
  138.     Math.abs(..)
  139.     Math.acos(..)
  140.     Math.asin(..)
  141.     Math.atan(..)
  142.     Math.ceil(..)
  143.     Math.cos(..)
  144.     Math.exp(..)
  145.     Math.floor(..)
  146.     Math.log(..)
  147.     Math.max(..)
  148.     Math.min(..)
  149.     Math.pow(..)
  150.     Math.random(..)
  151.     Math.round(..)
  152.     Math.sin(..)
  153.     Math.sqrt(..)
  154.     Math.tan
  155. String
  156.     length
  157.     prototype
  158.     anchor("..")
  159.     big(..)
  160.     blink(..)
  161.     bold(..)
  162.     charAt(..)
  163.     fixed(..)
  164.     fontcolor("..")
  165.     fontsize(..)
  166.     indexOf(..)
  167.     italics(..)
  168.     lastIndexOf(..)
  169.     link("..")
  170.     small(..)
  171.     split(..)
  172.     strike(..)
  173.     sub(..)
  174.     substring(..)
  175.     sup(..)
  176.     toLowerCase(..)
  177.     toUpperCase(..)
  178.