Documentation

Events reference

Event

Since

Description

YAP_ORDERUP

2.0.0

The user click on the column header. The data must be ordered by this column.

YAP_ORDERDOWN

2.0.0

The user click on the column header. The data must be ordered descending by this column.

YAP_DETAILCLICK

2.0.0

The user click on item detail link.

YAP_MODIFYCLICK

2.0.0

Click on modify row link.

YAP_DOMODIFY

2.0.0

The user has filled the form and clicked on the button save. Let save the new data.

YAP_ABORTMODIFY

2.0.0

Click on abort button from the modify data form.

YAP_REMOVECLICK

2.0.0

Click on remove row link.

YAP_DOREMOVE

2.0.0

Yes I'm sure, remove this row.

YAP_ABORTREMOVE

2.0.0

The user doesn't confirm to remove the selected row.

YAP_CMDEXECUTED

2.0.0

After any modify/removal Yap shows abn alert saying that everything is correct. When the user click the 'ok' button this event is fired.

YAP_TOPAGE

2.0.0

Move to the page x. The number of page is given as parameter.

YAP_EXIT

2.0.0

Click on exit link.

YAP_TABLEVIEW

2.0.0

Switch to table view.

YAP_NEWROW

2.0.0

Click on add new row link.

YAP_DOSAVEROW

2.0.0

Save the new row into the database.

YAP_ABORTSAVEROW

2.0.0

I've change my mind, don't add any row.

YAP_SEARCH

2.0.0

Click on search button.

YAP_FIRSTTIME

2.0.0

This event says that is the first time the script run.

YAP_DRAWCURRENT

2.0.0

Resume the last known status (if any).