On May 7, 12:31 am, "[EMAIL PROTECTED]" <[EMAIL PROTECTED]> wrote: > If in the end the HTML code generated by what i am doing and by what > the system is doing is that same then it shouldnt matter how i am > building the forms. The issue as i posted seems to be with the css > that is in place for the client side validation, which is all i am > really concerned about at this stage as i have my own server side > validation happening anyway.
Actually it matters a great deal. If we were to update the UI control in the system you will not see any changes reflected in your code. If (and when) we update the CSS you are referencing it will break all your code. Whereas calling the UI control will not -- as it will have been updated in concert with the CSS. Based on your screenshot, there doesn't appear to be anything specific that can't be accomplished using the framework. By bypassing the framework controls completely you simply open yourself up to a world of future pain. I would strongly recommend that you either use the framework UI controls or alternatively just use your own UI without referencing FarCry CSS as this will invariably change over time. Is there any particular reason you're not using formtools? -- geoff http://www.daemon.com.au/ --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "farcry-dev" group. To post to this group, send email to [email protected] To unsubscribe from this group, send email to [EMAIL PROTECTED] For more options, visit this group at http://groups.google.com/group/farcry-dev?hl=en -~----------~----~----~----~------~----~------~--~---
