Welcome, Guest
Username: Password: Remember me
  • Page:
  • 1

TOPIC:

How to have updateable and not updateable fields 28 Nov 2013 17:48 #11706

  • vivek
  • vivek's Avatar Topic Author
  • Offline
  • Premium Member
  • Premium Member
  • Posts: 123
  • Thank you received: 2
Hi,
How to have updateable and not updateable fields in a single form view?

Please Log in or Create an account to join the conversation.

How to have updateable and not updateable fields 29 Nov 2013 10:13 #11708

  • admin
  • admin's Avatar
  • Offline
  • Administrator
  • Administrator
  • Chef
  • Posts: 3711
  • Thank you received: 986
Two ways :

1
a. 'Exploded form'
b. Do not instance input. Only rendering value.

2 (Recommended)
a. Unset the value in the model : prepareTable()
Only existing values in the data are updated.
Coding is now a piece of cake

Please Log in or Create an account to join the conversation.

How to have updateable and not updateable fields 29 Nov 2013 10:16 #11709

  • admin
  • admin's Avatar
  • Offline
  • Administrator
  • Administrator
  • Chef
  • Posts: 3711
  • Thank you received: 986
of course, even more simple.


Instance 2 bricks : Form + Fly
The fields in Form are uploadable
The fields in Fly are not.

But the result cannot be mixed. I mean one sub form file is a form, another is the fly.
So they will dispay in 2 different div groups.
Coding is now a piece of cake
The following user(s) said Thank You: vivek

Please Log in or Create an account to join the conversation.

Last edit: by admin.
  • Page:
  • 1
Time to create page: 0.350 seconds

Although I found this tool some time ago I just started learning experimenting and building this first component on Monday and now on Thursday afternoon it's already online. Although I already had a working version done with another tool this is much easier to build and at the end you have the freedom to own your own component. Once you know how to use Cook you will boost your productivity as the learning curve is really moderate compared to many other tools.
Giori (Forum)

Get Started