HBCMS更多的中文手册参考:

onrowenter Event

DHTML文档教程

Fires to indicate that the current row has changed in the data source and new data values are available on the object.

dhtml语法

Inline HTML<ELEMENT onrowenter = "handler" ... > All platforms
Event propertyobject.onrowenter = handlerJScript only
object.onrowenter = GetRef("handler")Visual Basic Scripting Edition (VBScript) 5.0 or later only
Named script <SCRIPT FOR = object EVENT = onrowenter> Internet Explorer only

Event Information

BubblesYes
CancelsNo
To invoke Change data values in the current row.
Default action Signals that new data is available in the current row.

Event Object Properties

Although event handlers in the DHTML Object Model do not receive parameters directly, a handler can query an event object for data.

available properties

altKey Sets or retrieves a value that indicates the state of the ALT key.
altLeft Sets or retrieves a value that indicates the state of the left ALT key.
ctrlLeft Sets or retrieves the state of the left CTRL key.
qualifier Sets or retrieves the name of the data member provided by a data source object.
recordset Sets or retrieves from a data source object a reference to the default record set.
returnValue Sets or retrieves the return value from the event.
shiftLeft Retrieves the state of the left SHIFT key.
srcElement Sets or retrieves the object that fired the event.
type Sets or retrieves the event name from the event object.

Remarks

The onrowenter event only fires on databound objects. This event applies only to objects that identify themselves as data providers.

是否符合公共标准

There is no public standard that applies to this event.

Applies To

APPLET, OBJECT, XML

更多语法参考

introduction to data binding, onrowexit