Questions tagged [infobox]

This class is used to create pop-up balloons for pushpins to be displayed in Bing Maps (similar to InfoWindow in Google)

159 questions
1
vote
1 answer

google maps close infoBox

I need to close an infoBox when another one is opened. I have seen alot of threads about this, and I have tried everything I've read and no luck. I thought my issues was not having a global variable for infobox, but after I made one still no luck. …
Xtian
  • 3,535
  • 11
  • 55
  • 91
1
vote
0 answers

Infobox not working

I'm not a developer and i'm trying to learn javascript step by step. Now, I need to add a simple infobox in the gmaps that I'm working on. The problem is that, I add the code as explained in the google reference but it doesn't work: in the beginning…
Seba
  • 11
  • 1
1
vote
1 answer

CGI script not displaying results in browser

I am attempting to display some info from an infoblox device. When I run this code in a browser using an html post, the table that displays MAC address entries does not display the values from the api. When I run this code in the unix command-line,…
RichDiet
  • 13
  • 3
0
votes
1 answer

PowerShell - extracting nested object

I am fairly new to PowerShell and am trying to use a module called PoshWAPI. This module is used to query Infoblox. One of the commands is Get-IBobject which allows me to query infoblox for a record type. This is my code so far: Set-IBConfig…
0
votes
3 answers

RegEx to format Wikipedia's infoboxes code

I am a contributor to Wikipedia and I would like to make a script with AutoHotKey that could format the wikicode of infoboxes and other similar templates. Infoboxes are templates that displays a box on the side of articles and shows the values of…
oli_vi_er
  • 57
  • 8
0
votes
0 answers

Powershell script - placing an entry from infoblox WAPI into a spreadsheet

I want to use the following powershell code to iterate through a collection of IP addresses and check whether they have a DNS entry in InfoBlox. Set-IBConfig -ProfileName 'MyGrid' -WAPIHost dns.xx.xxx -WAPIVersion latest - Credential…
0
votes
1 answer

Ansible Execution Environment not recognizing installed module

Hopefully someone can provide guidance as to what I'm missing. I've created a new EE environment for use in an AWX 21.0.0 deployment. I'm going basic for now, but not having much luck. Here's the configs for the…
0
votes
1 answer

How to replace spaces from parameters in Fandom's Wikitext?

I want to create an infobox template using Fandom's Wikitext that has data which links to Wikipedia. So, if someone uses the template like: {{Person Infobox | city=Los Angeles }} it would be display in the infobox as: City: Los Angeles I…
lol1VNIO
  • 3
  • 2
0
votes
1 answer

Dynamic height adjustment of tabpanel does not work with infobox

I am creating a dashboard with shiny and want to use infobox inside a tabpanel. But the height of the panel does not dynamically adjust to the height of the infobox. If I integrate a chart in a panel, then it adjusts automatically. My code looks…
benne
  • 37
  • 4
0
votes
0 answers

Update IP status from Unused to Used Infoblox API

I am working on a script where I am creating VM and assigning available IP address to it given by concerned team. I need to integrate Infoblox API functionality with this Once the IP is assigned, I have to find the status of that particular IP…
Empty Coder
  • 589
  • 6
  • 19
0
votes
2 answers

Expand a dataframe column to many

I have read some posts but I have not been able to get what I want. I have a dataframe with ~4k rows and a few columns which I exported from Infoblox (DNS server). One of them is dhcp attributes and I would like to expand it to have separated…
0
votes
1 answer

How do you move infoboxes to the side?

I just imported infobox templates from Wikipedia. They're working nicely, but I'm having a bit of trouble. I've added the Infobox person template to a number of pages on my wiki. It looks and works fine, but I cannot get it to move to the right side…
0
votes
1 answer

how to have subtitle of both description and icon in infoBox in shinydashboard

what I need to do is to combine these two subtitles together. in Html file, it shows all the subtitle content is under a tag. I tried HTML and paste but not working. output$id <- renderInfoBox({ infoBox( title = "title", value =…
Yan
  • 1
  • 1
0
votes
1 answer

registering variables from stdout using regex_search

I have followed numerous related thread on this subject, and am likely close, but not yet. Sending URI GET to Infoblox IPAM tool to look up IP Address for deletion. IPAM tool sends back a reference object code used to make a put call back to delete.…
RobWieters
  • 43
  • 4
0
votes
0 answers

Why does Object.keys(this.refs) not return all keys?

Hi, so I've redacted some sensitive information from the screen shot, but you can see enough to see my problem. Now, I'm trying to build the UI for a site that gets data from a weather station. I'm trying to use react-google-maps' InfoBox, which…
plainOldNerd
  • 305
  • 2
  • 8