lockzackary7643 Approved

Member since: 2015-04-14

Recent posts by lockzackary7643
Post When

I have a model DeskListing with a relation:

public $hasOne = [ 'deskTypeId' => ['\DeskType', 'key' =...

Posted in Backend Controller updating by wrong column name

gee thanks for this, really helped a lot

if i may also ask, how do you pass a variable from the comp...

Posted in How do you put javascript at the end of a page on the backend?

I am trying to load google api's that requires their script to be placed on the bottom of the page t...

Posted in How do you put javascript at the end of a page on the backend?

If I use <?= $this->formRenderOutsideFields() ?> to render my forms, how do I go about adding data-a...

Posted in How to add client-side validation on Backend Controllers?

ah great, thanks a lot. i used {{ this.page.baseFileName|app }} and got what i needed.

Posted in How to retrieve a Page's URL?

I have a page set up with


title = "Directory"
url = "/directory/:filter_slug?/:filter_id?"
[directo...

Posted in How to retrieve a Page's URL?

yeah its the same response as return Response::json(array("1"=> "Orbis","34"=> "Ellinia","35"=> "Hen...

Posted in How to send JSON Response?

I believe the plugin components automatically render arrays as JSON objects? Although i'm having a l...

Posted in How to send JSON Response?