Out of the box? No. Selection Panel is purely for the display of selected feature attributes in the general use case.
A simple solution would be to add a computed property to your feature class which strings together the HTML for an "edit this feature" link and point it to a URL to a edit form for the feature and then add a mount option (See: https://github.com/jumpinjackie/mapguide-react-layout/issues/477#issuecomment-363116208) to enable display of HTML content in the selection panel, which will show your "edit this feature" link. - Jackie -- Sent from: http://osgeo-org.1560.x6.nabble.com/MapGuide-Users-f4182607.html _______________________________________________ mapguide-users mailing list [email protected] https://lists.osgeo.org/mailman/listinfo/mapguide-users
