|
View:
New views
6 Messages
—
Rating Filter:
Alert me
|
| < Prev | 1 - 2 | Next > |
|
|
Re: se
Actually - I dunno. I have used Formtools for creating admin forms - but not for 'general public' forms. Can formtools work for this as well? I love finding out about all of the cool features in Farcry ;)
elaine On May 4, 2008, at 5:30 PM, Blair McKenzie wrote: Does the same thing happen if you build and handle the form with formtools? --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "farcry-dev" group. To post to this group, send email to farcry-dev@... To unsubscribe from this group, send email to farcry-dev-unsubscribe@... For more options, visit this group at http://groups.google.com/group/farcry-dev?hl=en -~----------~----~----~----~------~----~------~--~--- |
|
|
Re: seYou can use formtools anywhere. :D
You may need to redo some of the CSS to match your public website though. Blair On Fri, May 9, 2008 at 5:55 AM, Zocoloco Studios <zocoloco@...> wrote:
--~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "farcry-dev" group. To post to this group, send email to farcry-dev@... To unsubscribe from this group, send email to farcry-dev-unsubscribe@... For more options, visit this group at http://groups.google.com/group/farcry-dev?hl=en -~----------~----~----~----~------~----~------~--~--- |
|
|
Re: se
sweet ;)
and to think of all the time I wasted to create traditional forms ;) Where does the current style sheet for formtools reside? thanks, elaine On May 8, 2008, at 5:44 PM, Blair McKenzie wrote: You can use formtools anywhere. :D --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "farcry-dev" group. To post to this group, send email to farcry-dev@... To unsubscribe from this group, send email to farcry-dev-unsubscribe@... For more options, visit this group at http://groups.google.com/group/farcry-dev?hl=en -~----------~----~----~----~------~----~------~--~--- |
|
|
Re: seIn the webtop. But you can override the form css by using the css attribute on ft:form. Instead of including the standard css file, the one you specify will be used.
Have a look at /farcry/core/webtop/css/forms.cfm. It includes other css, but you can copy and modify what you need in your own file. Blair On Fri, May 9, 2008 at 11:32 AM, Zocoloco Studios <zocoloco@...> wrote:
--~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "farcry-dev" group. To post to this group, send email to farcry-dev@... To unsubscribe from this group, send email to farcry-dev-unsubscribe@... For more options, visit this group at http://groups.google.com/group/farcry-dev?hl=en -~----------~----~----~----~------~----~------~--~--- |
|
|
case sensitivity mysql questionI have been trying to locate the source of this problem to no avail. When I deploy a new type through the COAPI admin, I always get an error: "Table 'databaseName.tablename' doesn't exist." It is a a case sensitivity issue. It should be sending: (MySQL) databaseName.tableName but somewhere it is changing it to LCase. For example, when extending dmProfile, it turns into dmprofile - and does not work. While I can update it manually, it would be nice to know where this problem lies so I can just fix it. I was looking at alterType.cfc and coapTypes.cfm - and no luck. Can anyone point me in the right direction? thanks, elaine --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "farcry-dev" group. To post to this group, send email to farcry-dev@... To unsubscribe from this group, send email to farcry-dev-unsubscribe@... For more options, visit this group at http://groups.google.com/group/farcry-dev?hl=en -~----------~----~----~----~------~----~------~--~--- |
|
|
Re: case sensitivity mysql questionThe actual code that does the deploying is in /packages/fourq/gateway. Not sure if the problem is in there or in the code that calls it though.
Blair On Tue, May 27, 2008 at 8:53 AM, Zocoloco Studios <zocoloco@...> wrote:
--~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "farcry-dev" group. To post to this group, send email to farcry-dev@... To unsubscribe from this group, send email to farcry-dev-unsubscribe@... For more options, visit this group at http://groups.google.com/group/farcry-dev?hl=en -~----------~----~----~----~------~----~------~--~--- |
| < Prev | 1 - 2 | Next > |
| Free Forum Powered by Nabble | Forum Help |