Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
[sapphire-dev] New topic in forum Sapphire, called For my demand, Not sure whether can use Sapphire., by ma zefeng

Title: Eclipse Community Forums
Subject: For my demand, Not sure whether can use Sapphire. Author: ma zefeng Date: Fri, 20 May 2016 04:24
I have seen the Sapphire examples,it's exciting. But I am still not sure if it could implement my requirements. thank you for advises. Very Happy

I have implemented the editor based on java object model,now I want to use xml model instead. Here is the detail.

My editor UI have 4 section,respectively is Base information section,SQL config section,Request parameter section and Response value section. They could interact with each other. Some usage scenarios as follows :

1.In the SQL config section, I want to add tab dynamically. At the beginning, it only have one tab ("主表:/").
The user could add some tab such as ("子表://entry" or "子表://entry/entry"), the components in those added tab is same as the first.

2.In the SQL config section,a SQL sentence will be execute,and the result data will be set into the grid. In addition,on the right side of the grid will be add some button to import data from excel and export data to excel.

3.In the Request parameter section and Response value section,their grid data is refer to the SQL grid. when I check the 'refresh' button, the data will be processed and sync here from SQL section grid.

Here are some screenshots.
index.php/fa/25961/0/
index.php/fa/25962/0/
index.php/fa/25963/0/

Attachment: api-s-1.PNG
(Size: 22.98KB, Downloaded 80 times)
Attachment: api-s-2.PNG
(Size: 42.15KB, Downloaded 80 times)
Attachment: api-s-3.PNG
(Size: 59.25KB, Downloaded 80 times)
[ Reply ][ Quote ][ View Topic/Message ][ Unsubscribe from this forum ]

Back to the top