Element-related API
The following is a list of JavaScript API that help in working with and manipulating browser elements and widgets.
- attachCalendar( id, format )
- changeElementClass( id, customClass )
- createNamedElement( type, name )
- getCursorPosition( input element )
- getElementValue( id, autocompUseValueField )
- getInnerText( object or id )
- hideElement( id )
- hideElements( id1, id2, id3, etc... )
- newElement( row, col, type, content, id )
- pui.detachCalendar(object or id)
- pui.errorTip(widget, message, hideDelay)
- pui.expandAccordionSection( id, section )
- pui.fieldExit( minus )
- pui.getRuntimeContainerHeight()
- pui.gotoNextElement(currentElement)
- pui.gotoPreviousElement(currentElement)
- pui.shiftElements( start point, end point, move by )
- pui.showCalendar( object or id )
- removeElement( id )
- removeElements( id1, id2, id3, etc… )
- setDOMAttribute(element, attribute, value )
- setTab( tabPanelid, tab )
- pui.getRadioGroupValue( fieldName )
, multiple selections available,