Tim McGee

Results 94 comments of Tim McGee
trafficstars

@chernandezCenipalmaOrg thanks for the additional info. Like the MapInfo widget, the ESRI scalebar widget does numeric formatting so failing in a similar way is plausible. I guess we need to...

@mgd722 thanks for the feedback. I'm not sure how to address that within the disclaimer widget. Might be an issue with ContentPane used by the disclaimer widget?

If you have a lot of html content and are using the `content` attribute, you could try to put the html into a separate html file and use the [`href`...

@mgd722 That's the same error as in the OP which is a timing thing. I'll keep this issue open to track.

@chernandezCenipalmaOrg are you using the `content` attribute or the `href` attribute? From @mgd722 tests, it appears the html attribute maybe more reliable for loading the contents of the ContentPane.

@chernandezCenipalmaOrg Have you tested to see if your issue is occurring in different browsers? If so, in which browsers have you experienced it? I am wondering if this is specific...

If you have a raw url in a field and need to construct the clickable hyperlink, use the dgrid's `formatter` attribute for the field's column definition. Here's [an example](http://stackoverflow.com/questions/24213745/implementing-a-hyperlink-within-a-dojo-datagrid) for...

Hmm. Wondering what to do if someone wants to search for `#`

thanks @roemhildtg I like the concept and have considered similar functionality for the Export widget. Conceptually, the ability to add buttons/menus already exists. Another companion widget could subscribe to a...

yes, you would subscribe to `topicID + '/addTab'`. One clarification is if you don't change the topicID for the AttributesTable, it will be `attributesContainer`. You only need to change it...