WIP open file for a while
This commit is contained in:
parent
f937019e42
commit
d280fb9af3
122 changed files with 5702 additions and 10 deletions
1
lib/www_views/node-ff-tcrud/formatCSV/list-footer.ejs
Normal file
1
lib/www_views/node-ff-tcrud/formatCSV/list-footer.ejs
Normal file
|
|
@ -0,0 +1 @@
|
|||
# CSV END
|
||||
2
lib/www_views/node-ff-tcrud/formatCSV/list-header.ejs
Normal file
2
lib/www_views/node-ff-tcrud/formatCSV/list-header.ejs
Normal file
|
|
@ -0,0 +1,2 @@
|
|||
# CSV <%= tview.tid %>
|
||||
# <% tview.tlist.tfields.forEach(function (tfieldKey) {var tfield = tview.tmeta.tfields[tfieldKey]; %><%= tfield.tid %>,<% }) %>
|
||||
1
lib/www_views/node-ff-tcrud/formatCSV/list-record.ejs
Normal file
1
lib/www_views/node-ff-tcrud/formatCSV/list-record.ejs
Normal file
|
|
@ -0,0 +1 @@
|
|||
<% tview.tlist.tfields.forEach(function (tfieldKey) {var tfield = tview.tmeta.tfields[tfieldKey]; %><%= record[tfield.tid] %>,<% }) %>
|
||||
1
lib/www_views/node-ff-tcrud/formatCSV/read-record.ejs
Normal file
1
lib/www_views/node-ff-tcrud/formatCSV/read-record.ejs
Normal file
|
|
@ -0,0 +1 @@
|
|||
<% tview.tlist.tfields.forEach(function (tfieldKey) {var tfield = tview.tmeta.tfields[tfieldKey]; %><%= record[tfield.tid] %>,<% }) %>
|
||||
Loading…
Add table
Add a link
Reference in a new issue