GoMaps

Popovers

GoMaps.Popovers History

Hide minor edits - Show changes to output

April 15, 2013, at 01:25 PM by 83.218.158.166 -
Changed lines 37-38 from:
Creating custom html for your popovers is best done by folks who are familiar editing html and javascript. SeedCode offers implementation packages to help with this if you get stuck.
to:
Creating custom html for your popovers is best done by folks who are familiar editing html and javascript. SeedCode offers %newwin%  [[http://sites.fastspring.com/seedcode/product/implementationpackages | implementation packages]] to help with this if you get stuck.
April 15, 2013, at 01:23 PM by 83.218.158.166 -
Added lines 31-38:
'''Using a completely custom display'''

If field mapping won't let you get the popover display the way you'd like it, you can bypass that completely and write your own html for the popover, including fields from your properties table as you see fit.

To do this, edit the script "Compile Map Data" in GoMaps and find the last line where we edit the field "Properties::gm_MapData". Inside that calc you'll see a comment "HTML content for popup...": edit the html that follows and then run the script "Compile Map Data And Settings" to see your change take effect.

Creating custom html for your popovers is best done by folks who are familiar editing html and javascript. SeedCode offers implementation packages to help with this if you get stuck.

Changed line 54 from:
(:include PropertyImages:)
to:
(:include PropertyImages:)
April 15, 2013, at 12:33 PM by 83.218.158.166 -
Changed lines 3-4 from:
Popovers are the spites that come up when you click on a pin in the map:
to:
Popovers are the sprites that come up when you click on a pin in the map:
April 11, 2013, at 03:18 AM by 50.132.84.245 -
Changed lines 40-41 from:

to:
You'll see a third entry that you can use as the basis for your own link, and it also helps decode the link syntax for you: there is placeholder text in there for "YourScriptName", "ParametersGoHere", and "Link Displays As This".

Change those three values to your liking and you'll have your own link.

Just be sure to run the script "Compile Map Data and Settings" when you're done to see your changes in the map.

April 11, 2013, at 03:14 AM by 50.132.84.245 -
Changed line 37 from:
-> //View a record \
to:
-> //View a record \\
April 11, 2013, at 03:13 AM by 50.132.84.245 -
Changed lines 37-41 from:
[@ //View a record
"<a href=\"fmp://$/<<fileName>>?script=ViewPropertyRecord (propertyID)&param=" & SC_EncodeEntities ($sc_propertyRecordID) & "\"" & sc_isHostedCheck & ">View Record</a>" @]


to:
-> //View a record \
"<a href=\"fmp://$/<<fileName>>?script=ViewPropertyRecord (propertyID)&param=" & SC_EncodeEntities ($sc_propertyRecordID) & "\"" & sc_isHostedCheck & ">View Record</a>" 


April 11, 2013, at 03:13 AM by 50.132.84.245 -
Deleted lines 30-33:
'''Using a calc for more control'''

dvdv

Changed lines 33-34 from:
 >> coming soon
to:
GoMaps ships with two links at the bottom of the popover: "View Record" and "Get Directions." Both links run FileMaker scripts and you can configure these (change their names, call new scripts, and add your own scripts) by editing the script "Compile Map Data".

Find the comment "Button Links" in that script and edit the next SetVariable line. You'll see each button called out in html with a FileMaker script associated with it. Here is what "View Record" looks like:

[@ //View a record
"<a href=\"fmp://$/<<fileName>>?script=ViewPropertyRecord (propertyID)&param=" & SC_EncodeEntities ($sc_propertyRecordID) & "\"" & sc_isHostedCheck & ">View Record</a>" @]


April 11, 2013, at 02:51 AM by 50.132.84.245 -
Changed lines 25-26 from:
To change a field, just double click on one of the existing fields and select a new field from your properties table. To use a related field, create a calc for it in properties.
to:
-> To change a field, just double click on one of the existing fields and select a new field from your properties table. To use a related field, create a calc for it in properties.
Changed lines 31-32 from:
-> '''Using a calc for more control'''
to:
'''Using a calc for more control'''
April 11, 2013, at 02:51 AM by 50.132.84.245 -
Changed lines 27-32 from:
To change a label, select an existing label and change the text in layout mode.

To get rid of a field, just delete it (and its label) from the layout.

'''Using a calc for more control'''
to:
-> To change a label, select an existing label and change the text in layout mode.

-> To get rid of a field, just delete it (and its label) from the layout.

-> '''Using a calc for more control'''
April 11, 2013, at 02:50 AM by 50.132.84.245 -
Changed lines 19-20 from:
Before you get started, note that every field and label on this layout has a object name...
to:
Before you get started, note that every field and label on this layout has a object name. The object name of the selected object below is "DataOption1"...
Changed lines 23-25 from:
...

to:
...and without these names, none of this works. So the work you'll do editing this layout is in renaming and repointing the fields and field labels already on the layout, rather than adding new objects to the layout. You won't change the object names themselves but will point the fields to new fields and change the text of the labels.

To change a field, just double click on one of the existing fields and select a new field from your properties table. To use a related field, create a calc for it in properties.

To change a label, select an existing label and change the text in layout mode.

To get rid of a field, just delete it (and its label) from the layout.

April 11, 2013, at 02:43 AM by 50.132.84.245 -
Changed lines 17-18 from:
sdvasf
to:
By manipulating the fields on this Popover Setup layout you can change which fields show up the map popover: changing not just the fields, but their labels as well.

Before you get started, note that every field and label on this layout has a object name...

%center% http://www.seedcode.com/rootimages/stikipad/gomaps/objectname.png

...

April 11, 2013, at 02:19 AM by 50.132.84.245 -
Added lines 1-6:
!! What's a popover?

Popovers are the spites that come up when you click on a pin in the map:

%center% %width=500% http://www.seedcode.com/rootimages/stikipad/gomaps/popover.png

April 11, 2013, at 02:18 AM by 50.132.84.245 -
Changed lines 3-4 from:
 > > coming soon
to:
This is done in the GoMaps file itself, on one of the Setup layouts. Navigate to "Setup" using the layout menu or from the "Settings" button on the home screen...

%center% %width=500% http://www.seedcode.com/rootimages/stikipad/gomaps/settings.png

...and select "Popover" from the tabs in the upper right. There you'll be able to change the field mapping and field labels on the popover.

March 28, 2013, at 02:35 AM by 50.132.84.245 -
Deleted lines 12-13:
(:include PropertyImages:)
Changed lines 15-17 from:
 >> coming soon
to:
 >> coming soon

(:include PropertyImages:)
March 18, 2013, at 10:28 PM by 50.132.84.245 -
Changed lines 13-16 from:
'''Specifying an Image'''

advasf

to:
(:include PropertyImages:)
March 18, 2013, at 09:43 PM by 50.132.84.245 -
Added lines 5-16:
'''Field Mapping'''

sdvasf

'''Using a calc for more control'''

dvdv

'''Specifying an Image'''

advasf

March 18, 2013, at 09:40 PM by 50.132.84.245 -
Added lines 1-7:
!! How can I change what appears on the map's popovers?

 > > coming soon

!! Can I add my own links or changes the scripts the current links run?

 >> coming soon
(855) SEEDCODE
[email protected]
Follow us: