LMS

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

FS#663 - datasource getImages should return an object

Attached to Project: LMS
Opened by Guillaume (Guillaume) - Wednesday, 11 September 2013, 12:39 GMT
Last edited by Ferdinand (PaGaisu) - Tuesday, 24 September 2013, 17:06 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

datasource getImages should return an object instead of an url.

the object has to have these methods implemented:

getURL
getFilename
This task depends upon

Closed by  Ferdinand (PaGaisu)
Tuesday, 24 September 2013, 17:06 GMT
Reason for closing:  Implemented
Comment by Ferdinand (PaGaisu) - Tuesday, 24 September 2013, 17:04 GMT
On com.lobeo.lms.script.api.Image:

@Javascript("Get the url of the image")
public String getURL();

@Javascript("Get the file name of the image")
public String getFilename();

Loading...