Project

General

Profile

Feature #17462

Updated by Enis Nuredini 6 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. 

Back