ttamaris / oryx-editor

Automatically exported from code.google.com/p/oryx-editor
Other
0 stars 0 forks source link

Make the Oryx editor able to interface with an external system to bypass the backend #429

Open GoogleCodeExporter opened 8 years ago

GoogleCodeExporter commented 8 years ago
What is the feature desired?
The backend is imposing its own format and its own rules to the game. Sometimes 
all you want is 
to give the editor a hint of where to go look the model. The editor will then 
look for the model by 
using a callback. The editor makes the model available for the environment to 
save it from the 
json.

Why is this feature important?
This feature makes it possible to embed in a simple way Oryx inside complex web 
applications.

Please use labels!

Original issue reported on code.google.com by antoine....@gmail.com on 12 May 2010 at 9:42

GoogleCodeExporter commented 8 years ago
Correct me, if I am wrong, but can't you do this by simply replacing the 
file-plugin?
So change the save and the window.onOryxResourcesLoaded method?
This will redirect any backend request to another repository.

Cheers,
Phil

Original comment by philipp....@student.hpi.uni-potsdam.de on 10 Jun 2011 at 11:33