Reference Guide
facebook FBML Reference Guide Page 149 of 159
lastChild getLastChild
childNodes getChildNodes Returns a snapshot array of childNodes
innerHTML n/a setInnerFBML
Note that this can throw an error if you pass a string
directly. Use Fb:js-string to create the string first
then pass that variable.
innerHTML n/a setInnerXHTML
Beta feature. Allows you to set the innerHTML of
an element by passing in a string of XHTML. The
XHTML is sanitized according to FBML rules and
then placed into the document.
innerText/textContent n/a setTextValue
Not exactly like setInnerFBML as this will only
allow text (no HTML)! It will remove all
childNodes of the element it is called on.
form getForm
Doesn't work, use
document.getElementById('formid') instead
action getAction setAction
value getValue setValue
href getHref setHref
target getTarget setTarget
src getSrc setSrc
className getClassName setClassName
tagName getTagName
id getId setId
dir getDir setDir
checked getChecked setChecked
clientWidth getClientWidth
clientHeight getClientHeight
offsetWidth getOffsetWidth
offsetHeight getOffsetHeight
n\a getAbsoluteTop
Returns the elements absolute position relative to
the top of the page. Useful because of lack of
offsetParent support.
n\a getAbsoluteLeft Same as getAbsoluteTop, but horizontally.
scrollTop getScrollTop setScrollTop
scrollLeft getScrollLeft setScrollLeft
scrollHeight getScrollHeight
scrollWidth getScrollWidth
tabIndex getTabIndex setTabIndex
title getTitle setTitle
name getName setName
cols getCols setCols
rows getRows setRows
accessKey getAccessKey setAccessKey
disabled getDisabled setDisabled
readOnly getReadOnly setReadOnly
www.yapish.com










