Developer forum

Forum » CMS - Standard features » How to access UserManagement:User.ManageAddresses.AddAddress.Javascript

How to access UserManagement:User.ManageAddresses.AddAddress.Javascript

Adrian Ursu Dynamicweb Employee
Adrian Ursu
Reply

Hi guys,

I am trying to replicate the Manage Addresses functionality and I have noticed some tags that are used for javascript interaction when working with addresses:

@GetString("UserManagement:User.ManageAddresses.MakeDefault.Javascript")

@GetString("UserManagement:User.ManageAddresses.DeleteAddress.Javascript")

@GetString("UserManagement:User.ManageAddresses.AddAddress.Javascript")

@GetString("UserManagement:User.ManageAddresses.UpdateAddress.Javascript")

I could not find a proper description of them and I am not sure if they can/should be set up on a solution or are rendered automatically. Are these tags used only in Rapido? Can they be accessed via API?

Thank you,

Adrian


Replies

 
Vladimir Shushunov Dynamicweb Employee
Vladimir Shushunov
Reply

Hi Adrian,

These tags are rendered automatically, not only for Rapido.

Note that they work together with tags:

  • UserManagement:User.ManageAddresses.FormStart
  • UserManagement:User.ManageAddresses.FormEnd

An example you could find in:

  • \Admin\Update\Files\Templates\UserManagement\Addresses\Manage_addresses.html

or

  • \Files\Templates\UserManagement\Addresses\Manage_addresses.html

Best regards,
Vladimir

 
Ivan Marijanović
Ivan Marijanović
Reply

Hi Vladimir

We are havng issue with this command since it allways renders action link with http protocol and we have our solution on https so it does not work and t gives us warning  that it is unsecure page.

When we try to mark page for "Force SSL" then page stops working totaly.

We are on DW 9.8.9.

 

Ivan

 

You must be logged in to post in the forum