Travis6876874
Posts: 0
Joined: Sat May 17, 2014 1:27 am

Importing data base services for question and answers?

I think "put" was the default.

Travis6876874
Posts: 0
Joined: Sat May 17, 2014 1:27 am

Importing data base services for question and answers?

Thanks, so does that cover step 2?

Travis6876874
Posts: 0
Joined: Sat May 17, 2014 1:27 am

Importing data base services for question and answers?

Okay, so if put was in fact default, i'm moving to step 3 and just going to
Create New
Service
and selected Generic Security Context, is all i checked for now.

Travis6876874
Posts: 0
Joined: Sat May 17, 2014 1:27 am

Importing data base services for question and answers?

Ill be reading 3.1 and a lot of tutorials and documentation tonight, thank you...

Travis6876874
Posts: 0
Joined: Sat May 17, 2014 1:27 am

Importing data base services for question and answers?

So on this page should I edit any of the fields I'm wondering?

Image

Travis6876874
Posts: 0
Joined: Sat May 17, 2014 1:27 am

Importing data base services for question and answers?

Then would that complete 3.1, once this is set proper?)

Travis6876874
Posts: 0
Joined: Sat May 17, 2014 1:27 am

Importing data base services for question and answers?

Is it safe to leave this page with the default name at top and do I need put something in parameter yet, this pager?

Then I go to add custom implementation.
and select javascript right!?

Travis6876874
Posts: 0
Joined: Sat May 17, 2014 1:27 am

Importing data base services for question and answers?

Is Get the default method, switched and forgot which one was default.. ?

Travis6876874
Posts: 0
Joined: Sat May 17, 2014 1:27 am

Importing data base services for question and answers?

Do I? paste this in the page once selecting javascript from adding custom implementation, through the screen above.

Appery.MySecurityGeneric = Appery.createClass(SecurityContext, {
invoke: function(service, settings) {
var oldSuccess = settings.success;
var onSuccess = function(value, other){
//here you need to use JavaScript shuffle function:
//To see what stored in the value variable please use following code:
console.log("value = ");
console.log(value);
oldSuccess.call(this, value, other);
};
settings.success = onSuccess;
Appery.MySecurityGeneric.$super.invoke.call(this, service, settings);
}
});

Travis6876874
Posts: 0
Joined: Sat May 17, 2014 1:27 am

Importing data base services for question and answers?

you gave me this initially..

Return to “Issues”