Project

General

Profile

Feature #17462

Updated by Carsten Rose 5 months ago

A new formElement named Chat should be implemented. It contains the chat window and an input field inside a fieldset border. At the top there is a search bar to switch between the searched string inside the chat. 

 Predefined columns: rId, tableName, formParam, customJson, grIdGroup, pIdCreator, actionFlag 

 Over the parameter field there should be available: 
 * *columnMap=[apId:rId,pId:pIdCreator,grIdStatus:xGrIdStatus,...]* 
 * *tableName=history[, note]* 
 * *pIdCreator=* 
 * *username=* 
 * *grIdGroupList=* 
 * *grIdCreatorGroupList=* 
 * *xGrIdStatus=* 
 * threadId= 
 * formParam= 
 * customJson= 
 * submitReference= (default: form) 

 In current qfq.js the enter key and input handler from inside a chat searchbar should be ignored. 

 *Konzept:*    https://git.math.uzh.ch/typo3/qfq/-/blob/develop/Documentation-develop/CHAT.md?ref_type=heads https://git.math.uzh.ch/typo3/qfq/-/blob/F17462_formelement_chat/Documentation-develop/CHAT.md?ref_type=heads

Back