| 
             
                POST		  
                
             
         | 
        
        
 
					
							     how can i open a off panel in sidebar theme?    timeslider widget can't open if it is not in panel/    thanks!   
						
					
					... View more
				 
			
			
			
			
				
			
			
			
			
			
			
		
			
    
	
		
		
		05-31-2018
	
		
		12:01 AM
	
	
	
	
	
	
	
	
	
	
	
	
	
	
		          | 
        
             
                
                0
             
         | 
        
             
                
                1
             
         | 
        
             
                
                    
                
                918
             
         | 
    
| 
             
                DOC		  
                
             
         | 
        
        
 
					
							     I made the changes in the LayerListView.js under the _onCkSelectNodeClick function   
						
					
					... View more
				 
			
			
			
			
				
			
			
			
			
			
			
		
			
    
	
		
		
		10-01-2017
	
		
		12:24 AM
	
	
	
	
	
	
	
	
	
	
	
	
	
	
		          | 
        
             
                
                0
             
         | 
        
             
                
                0
             
         | 
        
             
                
                    
                
                6077
             
         | 
    
| 
             
                DOC		  
                
             
         | 
        
        
 
					
							     The projection defined by you web map.  The widget can work in any projection   
						
					
					... View more
				 
			
			
			
			
				
			
			
			
			
			
			
		
			
    
	
		
		
		09-05-2017
	
		
		05:15 AM
	
	
	
	
	
	
	
	
	
	
	
	
	
	
		          | 
        
             
                
                1
             
         | 
        
             
                
                0
             
         | 
        
             
                
                    
                
                4410
             
         | 
    
| 
             
                DOC		  
                
             
         | 
        
        
 
					
							     Hi Alex,  First, the most simple way is to check all sub layers in the basemap.  If you want it in the code,  You can change the function  _onCkSelectNodeClick in the LayerListView.js   To:  _onCkSelectNodeClick: function(layerInfo, ckSelect, evt) {  array.forEach(layerInfo.newSubLayers,function (e) {  layerInfo.setTopLayerVisible(ckSelect.checked)  console.log(e.isVisible());  if (e.newSubLayers){  array.forEach(e.newSubLayers,function (f) {  f.setTopLayerVisible(ckSelect.checked)     })}    e.setTopLayerVisible(ckSelect.checked)    } )  },     Hope that’s what you wanted.     
						
					
					... View more
				 
			
			
			
			
				
			
			
			
			
			
			
		
			
    
	
		
		
		07-19-2017
	
		
		01:37 AM
	
	
	
	
	
	
	
	
	
	
	
	
	
	
		          | 
        
             
                
                0
             
         | 
        
             
                
                0
             
         | 
        
             
                
                    
                
                6077
             
         | 
    
| 
             
                POST		  
                
             
         | 
        
        
 
					
							     Hello Rebecca,  I made the functionality by let the usr press on map with ctrl key to get the coordintes from the map:  startup: function() {      on(this.map, "click", lang.hitch(this, "clickin"));   console.log("startup!");      this.layer = new GraphicsLayer({   dataAttributes:["id"]   });   if (this.layer.surfaceType === "svg") {   on(this.layer, "graphic-draw", function (evt) {   console.log("graphic-draw");   var renderercategory;   renderercategory = "GoToXY";   evt.node.setAttribute("data-uniquevalue", renderercategory);   });   }   this.map.addLayer(this.layer);  on(this.addPointsButton, "click", lang.hitch(this, "createPoint"));   on(this.clearPointsButton, "click", lang.hitch(this, "clearPoint"));   console.log("this.map: ", this.map);   },   clickin: function(event) {   console.log("event", event.ctrlKey);   if (event.ctrlKey) {   console.log("click x", event.mapPoint.x);   console.log("click y", event.mapPoint.y);   document.getElementById("ProjXBox").value=event.mapPoint.x;   document.getElementById("ProjYBox").value=event.mapPoint.y;   }      },   
						
					
					... View more
				 
			
			
			
			
				
			
			
			
			
			
			
		
			
    
	
		
		
		05-31-2017
	
		
		10:23 PM
	
	
	
	
	
	
	
	
	
	
	
	
	
	
		          | 
        
             
                
                0
             
         | 
        
             
                
                4
             
         | 
        
             
                
                    
                
                3225
             
         | 
    
| 
             
                DOC		  
                
             
         | 
        
        
 
					
							     This widget allow the user to insert X any Y coordinates and jump to specific point.  the widget put a mark/pin in the XY point with the option to remove the pin.       
						
					
					... View more
				 
			
			
			
			
				
			
			
			
			
			
			
		
			
    
	
		
		
		04-30-2017
	
		
		10:35 PM
	
	
	
	
	
	
	
	
	
	
	
	
	
	
		          | 
        
             
                
                3
             
         | 
        
             
                
                8
             
         | 
        
             
                
                    
                
                7615
             
         | 
    
| 
             
                POST		  
                
             
         | 
        
        
 
					
							     https://community.esri.com/docs/DOC-9561-custom-layerlist-widget    
						
					
					... View more
				 
			
			
			
			
				
			
			
			
			
			
			
		
			
    
	
		
		
		03-15-2017
	
		
		11:14 PM
	
	
	
	
	
	
	
	
	
	
	
	
	
	
		          | 
        
             
                
                1
             
         | 
        
             
                
                1
             
         | 
        
             
                
                    
                
                912
             
         | 
    
| 
             
                POST		  
                
             
         | 
        
        
 
					
							     wab folder->\server\apps\#\jimu.js\css\jimu.css  ---->  /*css for PreloadWidgetIcon dijit*/  .jimu-widget-onscreen-icon{   position: absolute;   cursor: pointer;   border-radius: 4px;   width:???px !important       
						
					
					... View more
				 
			
			
			
			
				
			
			
			
			
			
			
		
			
    
	
		
		
		02-26-2017
	
		
		11:32 PM
	
	
	
	
	
	
	
	
	
	
	
	
	
	
		          | 
        
             
                
                1
             
         | 
        
             
                
                0
             
         | 
        
             
                
                    
                
                1348
             
         | 
    
| 
             
                DOC		  
                
             
         | 
        
        
 
					
							     The change in this widget is that when turn on sublayer its turn on the root service and the parent layers.  my services was included maximum 4 levels of layers  (root service -> parent -> parent -> parent- >sublayer )  so it's aims for my needs but can configure for more lavels.   
						
					
					... View more
				 
			
			
			
			
				
			
			
			
			
			
			
		
			
    
	
		
		
		02-12-2017
	
		
		04:02 AM
	
	
	
	
	
	
	
	
	
	
	
	
	
	
		          | 
        
             
                
                1
             
         | 
        
             
                
                13
             
         | 
        
             
                
                    
                
                12852
             
         | 
    
| 
             
                DOC		  
                
             
         | 
        
        
 
					
							     This widget gives a little change compare to the regular swipe widget.  For our users it was important to know which layer is swiped.  I added a label to the swipe line that moves with the line and show the id of the layer. The label is change when the user choosing layer.     To install this widget you can just replace the "widget.js" file with the current file (app folder --> widgets --> swipe folder).  Or just replace the swipe widget folder.     
						
					
					... View more
				 
			
			
			
			
				
			
			
			
			
			
			
		
			
    
	
		
		
		02-07-2017
	
		
		02:41 AM
	
	
	
	
	
	
	
	
	
	
	
	
	
	
		          | 
        
             
                
                0
             
         | 
        
             
                
                1
             
         | 
        
             
                
                    
                
                4032
             
         | 
    
| 
             
                POST		  
                
             
         | 
        
        
 
					
							     Hello,  does someone know if there is an option to save route from direction widget to specific feature service ?  I want ot be able to caculate a route using direction widget and save it to a feature service that will contain all my routes/  thanks'    Ofri   
						
					
					... View more
				 
			
			
			
			
				
			
			
			
			
			
			
		
			
    
	
		
		
		12-11-2016
	
		
		02:18 AM
	
	
	
	
	
	
	
	
	
	
	
	
	
	
		          | 
        
             
                
                0
             
         | 
        
             
                
                1
             
         | 
        
             
                
                    
                
                1009
             
         | 
    
| 
             
                POST		  
                
             
         | 
        
        
 
					
							     Hello,  can i use two seperate arcgis serves with one data store?  I want to use one server as test enviroment and build cache while the other server is production.  I wnat to build the cache stragit to the datastore that the production read from.  and want to know if I can use two federate servers with the same portal.    thanks.    
						
					
					... View more
				 
			
			
			
			
				
			
			
			
			
			
			
		
			
    
	
		
		
		08-11-2016
	
		
		03:10 AM
	
	
	
	
	
	
	
	
	
	
	
	
	
	
		          | 
        
             
                
                0
             
         | 
        
             
                
                2
             
         | 
        
             
                
                    
                
                776
             
         | 
    
| Title | Kudos | Posted | 
|---|---|---|
| 1 | 02-26-2017 11:32 PM | |
| 1 | 02-12-2017 04:02 AM | |
| 3 | 04-30-2017 10:35 PM | |
| 1 | 09-05-2017 05:15 AM | |
| 1 | 03-15-2017 11:14 PM | 
| Online Status | 
					
			 
	
			
					Offline
				
		
 
		
				 | 
			
| Date Last Visited | 
					
			 
				
    
	
		
		
		11-11-2020
	
		
		02:24 AM
	
	
	
	
	
	
	
	
	
	
	
	
	
	
			 
		
				 |