Closed (works as designed)
Project:
Sheetnode
Version:
7.x-1.x-dev
Component:
User interface
Priority:
Normal
Category:
Support request
Assigned:
Unassigned
Reporter:
Created:
2 Nov 2011 at 04:19 UTC
Updated:
25 Mar 2012 at 22:13 UTC
I don't know if this is possible but I'm trying to figure out if this module can define fields. For example, if I have some admin users I want to give the permission to create a Sheetnode, how do I specify the fields they will enter?
So when they click to create it will return a form with "Name" "Address" "Phone" etc. Of is the only option available is to provide everyone with a blank sheet?
Thanks.
Comments
Comment #1
infojunkieD7 port is not complete yet.
On D6, you can define sheet templates that contain read-only cells and a user-defined number of rows/columns. You can define a simple form in this manner.
* Defining a new sheet template: on the sheetnode edit form.
* Read-only cells: on the sheetnode toolbar in edit mode.
* Limited rows/columns: in the sheet formatting settings (accessed through the toolbar).
* Creating a new sheetnode out of a template: either through node/add/sheetnode_template or through a Sheet CCK field with default value set to the desired template.
Comment #2
RKS commentedYeah I just noticed that when I started testing. There isn't anything there yet. I'll keep a lookout for some new dev releases to test in the future. Thanks for responding.
Comment #3
izarco commentededit: post in wrong place. sorry
Comment #4
infojunkie