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

infojunkie’s picture

D7 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.

RKS’s picture

Yeah 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.

izarco’s picture

edit: post in wrong place. sorry

infojunkie’s picture

Status: Active » Closed (works as designed)