field validation in atk4 - atk4

I remember a post from Romans pointing out different methods (3) of field validation in agile toolkit forms. Desperately searching but can't find it anywhere.
Anybody how can help me ?
Tks a lot
Clemens

Here are the 3 methods:
http://agiletoolkit.org/doc/form/validation

Related

AngularJS library urls

Good morning.
I would like to know which site contains urls for angular.js and aungula-ui-router.js ? (The question seems not to exist in stackoverflow.com)
Last year i used "https://ajax.googleapis.com/ajax/libs/angularjs/x.x.x/angular.min.js" but it seems to no longer work.
So what is the official host for angularjs now ?
I know that angularjs is now an old framework but i have to use it at work.
i woul appreciate some help.
Thanks in advance.
I personally prefer to use https://unpkg.com
See,
https://unpkg.com/angular/angular.js
https://unpkg.com/angular/angular.min.js

Using AngularJS with Oracle Apex

I was wondering if anyone who uses AngularJS with Oracle Apex could recommend some resources or tutorials on integrating the two please?
I have found a Dan McGhan presentation and a Codersaurus video but unfortunately these don't go into sufficient detail to start me off.
Any help or advice would be gratefully received. Thanks in advance.
A quick Google search gave me this Guide from Dan McGhan. In part 3 he shows a nice way how to embed the neccessary files, even that you will need to take care of the allow-file-access-from-files property.

Is there an AngularJS ORM

I came a across the following article while considering adding bacon.js and AngularJS:
https://github.com/ProLoser/AngularJS-ORM
But I could not find any other resources that would encourage (or discourage) the use of bacon.js in angularJs.
So I'm looking for some other resources on the subject? Does anyone have use the concept proposed by Dean Sofer? Does it work the magic promise?
Has anyone use the concept used in the video?
Sure this link can help you https://github.com/lauripiispanen/angular-bacon. Also I have my work with angularjs and bacon together https://github.com/xgrommx/angular-bacon-bridge.

Can we have Multiple Admin Routing in Cakephp?

I want multiple admin routing..
One for Admin another for CLients.. is this possible. if not whats the best way to get around to this ?
thanks a lot.
I think you're looking for prefix routing. In Cake 1.2 it's a bit different, but still usable.
There is more info on related questions here on SO :)

Is there a tutorial for using cakephp and uploadify?

Does anyone have a good tutorial implementing cakephp and uploadify?
Have you seen this one: http://phpdev.ro/how-to-use-uploadify-with-cakephp.html
I've also created a CakePHP plugin for Uploadify. I guess it's still kinda beta, but it seems to work for my needs. It's also open-source, so it can be a good starting point for you if it doesn't 100% suit your needs.
http://www.am05.com/2011/01/06/using-uploadify-in-cakephp
The url for that tutorial has changed.
The correct url is http://phpdev.ro/how-to-use-uploadify-with-cakephp.html

Resources