mirror of
https://git.code.sf.net/p/seeddms/code
synced 2025-12-26 23:08:26 +00:00
more documentation for method documentListRow()
This commit is contained in:
parent
5bce2fa6fd
commit
cf2bb2b4c3
|
|
@ -3269,6 +3269,8 @@ $('body').on('click', '[id^=\"table-row-folder\"] td:nth-child(2)', function(ev)
|
|||
* @param object $document
|
||||
* @param object $previewer
|
||||
* @param boolean $skipcont set to true if embrasing tr shall be skipped
|
||||
* In that case call documentListRowStart() before and documentListRowEnd()
|
||||
* after this method.
|
||||
*/
|
||||
function documentListRow($document, $previewer, $skipcont=false, $version=0, $extracontent=array()) { /* {{{ */
|
||||
$dms = $this->params['dms'];
|
||||
|
|
|
|||
|
|
@ -3317,7 +3317,9 @@ $('body').on('click', '[id^=\"table-row-folder\"] td:nth-child(2)', function(ev)
|
|||
*
|
||||
* @param object $document
|
||||
* @param object $previewer
|
||||
* @param boolean $skipcont set to true if embrasing tr shall be skipped
|
||||
* @param boolean $skipcont set to true if embrasing tr shall be skipped.
|
||||
* In that case call documentListRowStart() before and documentListRowEnd()
|
||||
* after this method.
|
||||
*/
|
||||
function documentListRow($document, $previewer, $skipcont=false, $version=0, $extracontent=array()) { /* {{{ */
|
||||
$dms = $this->params['dms'];
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user