LMS

Welcome to the Lobeo Module Server project. Please feel free to submit bugs related to it.
   | Tasklist |   

FS#593 - [Lobby] add a method in the javascript context to retrieve parameters

Attached to Project: LMS
Opened by Guillaume (Guillaume) - Friday, 08 March 2013, 15:57 GMT
Last edited by Ferdinand (PaGaisu) - Tuesday, 26 March 2013, 10:47 GMT
Task Type Feature Request
Category
Status Closed
Assigned To Ferdinand (PaGaisu)
Operating System All
Severity Low
Priority Normal
Reported Version alpha6
Due in Version alpha7
Due Date Undecided
Percent Complete 100%
Votes 0
Private No

Details

add a method in the javascript context to retrieve parameters
This task depends upon

Closed by  Ferdinand (PaGaisu)
Tuesday, 26 March 2013, 10:47 GMT
Reason for closing:  Implemented
Comment by Ferdinand (PaGaisu) - Tuesday, 26 March 2013, 10:47 GMT
/**
* Get the parameter value of the specified key
* @param parameter the parameter name
* @return the value of the parameter or null if not found
*/
@Javascript("Get the value attached to the parameter of the script")
public abstract String getScriptParameter(String parameter);

Loading...