Search found 137 matches

Go to advanced search

by leven.steve
Wed Nov 09, 2016 6:01 pm
Forum: Issues
Topic: Select Component
Replies: 25
Views: 6848
 
Jump to post

Select Component

I think I may have spotted your problem. Been there and got the t-shirt myself. Ignore the "option" component. This is added by Appery and used if you want to hard code options. Put your model info and options on the "select" component instead. Look at the breadcrumb in your atta...
by leven.steve
Wed Nov 09, 2016 4:30 pm
Forum: Issues
Topic: ordering load of javascript files
Replies: 25
Views: 4026
 
Jump to post

ordering load of javascript files

That's what I did. I have noticed that sometimes when I search the documentation and get a list at the top of the page that when I click one it takes me to the wrong page/item. Next time that happens I will send a suggested edit

by leven.steve
Wed Nov 09, 2016 3:44 pm
Forum: Issues
Topic: ordering load of javascript files
Replies: 25
Views: 4026
 
Jump to post

ordering load of javascript files

How would you ensure that these files load in this order?

jQuery
Bootstrap
Bootbox

I have added jQuery and Bootbox in that order as CDNs in the User-Defined Resources tab

by leven.steve
Wed Nov 09, 2016 3:28 pm
Forum: Issues
Topic: ordering load of javascript files
Replies: 25
Views: 4026
 
Jump to post

ordering load of javascript files

by leven.steve
Wed Nov 09, 2016 12:30 pm
Forum: Issues
Topic: ordering load of javascript files
Replies: 25
Views: 4026
 
Jump to post

ordering load of javascript files

Can you please change this link to point to the correct place in the new documentation

by leven.steve
Wed Nov 09, 2016 11:17 am
Forum: Issues
Topic: How do I get the content of an image in the media manager using its filename
Replies: 7
Views: 1049
 
Jump to post

How do I get the content of an image in the media manager using its filename

Thanks Sergiy, That worked fine. Can I just also point out that if you rename an image in the Media Manager, the original file still appears in the Source files list under WEB_RESOURCES/files/images. In my opinion you should remove the original file if you rename it because if you rename 50 files th...
by leven.steve
Tue Nov 08, 2016 1:25 pm
Forum: Issues
Topic: How do I get the content of an image in the media manager using its filename
Replies: 7
Views: 1049
 
Jump to post

How do I get the content of an image in the media manager using its filename

Thanks Sergiy. If I was to set the responseType to "blob" instead does that give me the image buyes that I can then assign to an image "src" attribute?
Or do I always need to convert whatever is returned to base64 first ?

by leven.steve
Tue Nov 08, 2016 10:34 am
Forum: Issues
Topic: Select Component
Replies: 25
Views: 6848
 
Jump to post

Select Component

Please describe or screenshot your scope variables you use

by leven.steve
Mon Nov 07, 2016 6:31 pm
Forum: Issues
Topic: Select Component
Replies: 25
Views: 6848
 
Jump to post

Select Component

Model defines employees Type:Array Employees of Type: employee employee Type:Object _id String displayName String etc. Page x Scope Variables employeelist Type: employees selectedEmployee Type: employee Page x Scope Functions code $scope.loadEmployeeList = function () { // i...
by leven.steve
Mon Nov 07, 2016 11:44 am
Forum: Issues
Topic: How do I get the content of an image in the media manager using its filename
Replies: 7
Views: 1049
 
Jump to post

How do I get the content of an image in the media manager using its filename

Thanks. I tried using a full path based on another forum post but it returned an error.
If my image is uploaded to the media manager as "sergiy.png" how would I reference that as a full path please ?

Go to advanced search