|
POST
|
Are you able to provide the entire page's code which you can paste here: JS Bin - Collaborative JavaScript Debugging or do you have a public location for this site?
... View more
04-09-2015
07:50 AM
|
0
|
4
|
1973
|
|
POST
|
I changed this: var initAttributeForm = function () {
var options = [];
}
//// initialize the request type drop down
//var initAttributeForm = function () {
// var options = [];
// for (var key in app.requestTypeFieldDomainCodedValuesDict) {
// if (app.requestTypeFieldDomainCodedValuesDict.hasOwnProperty(key)) {
// options.push('<option value="' + key + '">' + app.requestTypeFieldDomainCodedValuesDict[key] + '</option>');
// }
// }
// app.requestTypeSelect.innerHTML = options.join('');
//}; Now I think I need to update the fields to display so they can be updated. And I need to figure out what is causing the form to pop-up as I will have two web services once all is said and done. I'm am going to close this question so my others that I probably will have will be error specific just in case someone runs into the same type of error for something else.
... View more
04-07-2015
12:01 PM
|
0
|
0
|
1339
|
|
POST
|
Okay that was appeared to be populating a dropdown list that I now have commented out. I updated the function to just initAttributeForm(); but now it displays undefined. And uploaded it to Github.
... View more
04-07-2015
11:47 AM
|
0
|
0
|
1339
|
|
POST
|
I used this example as my base for creating an editing app: tomwayson/responsive-citizens · GitHub The first thing I did was to attempt to replace the form but after attempting to comment fields that I don't need and JavaScript that I thought I did not need, the app is not running. What needs changed so that I can see the map, the fields and insert the data into our web server? Here is my live non-working app: Street Signs Here is the complete non-working application on Github: csergent45/streetSigns · GitHub
... View more
04-06-2015
01:54 PM
|
0
|
3
|
3808
|
|
POST
|
Dev Summit Video Tech Sessions are now available at: 2015 Esri Developer Summit Tech Sessions | Esri Video
... View more
04-06-2015
07:29 AM
|
1
|
0
|
3055
|
|
POST
|
So, do you have it working, or are you trying to figure out the URL still? It should open when you run the task.
... View more
03-27-2015
10:01 AM
|
0
|
3
|
3046
|
|
POST
|
I'm not sure Ryan. Kelly Hutchins any thoughts on this? Rudy and I have tried to help Ryan, we appear to be stuck.
... View more
03-27-2015
09:48 AM
|
0
|
0
|
2362
|
|
POST
|
I am trying to compare what I do now and my salary to what people of similar jobs.
... View more
03-25-2015
01:14 PM
|
0
|
0
|
4486
|
|
POST
|
Have you ever tried using jQuery? I have an application that has a JavaScript file that allows for jQuery desktop to be used on mobile devices. The file that I use to do this is located at: gisWeb/js at master · csergent45/gisWeb · GitHub The file name is jquery-ui.touch-punch.js You just need to add jQuery and this file to your project and then you can use jQuery desktop on mobile devices and they look the same on both. Just an option if you would like to try it.
... View more
03-25-2015
12:05 PM
|
0
|
0
|
2830
|
|
POST
|
I also noticed that you have your proxy in the click event for the map. As in my code sample, I place my proxy before all references to web services. You'll notice that Esri does as well. Not placing your proxy in the correct place can and will affect your web application.
... View more
03-24-2015
02:54 PM
|
0
|
2
|
2362
|
|
POST
|
Okay, I did notice one thing. you have not included in your requires: PrintTask or PrintParameters and possibly PrintTemplate, but you definitely need the first two. You may want to compare your requires to mine. That can stop your code from working in you are not referencing the part of the API that you need.
... View more
03-24-2015
01:20 PM
|
0
|
4
|
2362
|
|
POST
|
For the warning, it means that the server is sending that type of response: Chrome says "Resource interpreted as script but transferred with MIME type text/plain.", what gives? - Stack Overflow Depending on what kind of server that you are using, you can add it in whatever you use to configure servers. I don't know if that is causing any issues.
... View more
03-24-2015
01:06 PM
|
0
|
0
|
2943
|
|
POST
|
I am an ongoing learner to custom code, but I don't see a return statement for your print task. I found the custom print task a little tricky, but I thought the template was required so I did include it. If your project is not too in depth, you may want to consider converting it to AMD as that is the only version of dojo that the Esri JS API 4.0 will support. Are you familiar with how to use browser debugging tools? If so, are you receiving any errors?
... View more
03-24-2015
11:59 AM
|
0
|
2
|
2943
|
|
POST
|
Do you have a public site or can you post all of your page code on js Bin?
... View more
03-24-2015
09:29 AM
|
0
|
10
|
2943
|
| Title | Kudos | Posted |
|---|---|---|
| 1 | 02-26-2015 12:31 PM | |
| 1 | 06-24-2015 06:06 AM | |
| 1 | 07-15-2015 12:34 PM | |
| 1 | 05-21-2015 02:27 PM | |
| 1 | 05-19-2015 11:52 AM |
| Online Status |
Offline
|
| Date Last Visited |
11-11-2020
02:23 AM
|