I am trying to use the RJP MultiUrlPicker with LeBlender in a grid editor.
i have created a grid editor with the LeBlender editor, created a property with datatype "Multi Url Picker" i have inserted the grid editor in my grid and selected a link.
In my code i have written: @item.GetRawValue("Link") and it gives me following output:
RJP MultiUrlPicker with LeBlender
Hello,
I am trying to use the RJP MultiUrlPicker with LeBlender in a grid editor.
i have created a grid editor with the LeBlender editor, created a property with datatype "Multi Url Picker" i have inserted the grid editor in my grid and selected a link.
In my code i have written:
@item.GetRawValue("Link")
and it gives me following output:how can i get the "name" and "url" ?
Figured it out my self.
is working on a reply...