Press Ctrl / CMD + C to copy this to your clipboard.
This post will be reported to the moderators as potential spam to be looked at
Is this possible? Passing the id of a node like this:
doc.getProperty("autocompletePropertyAlias").Value = "1999";
Adds a value to umbraco.config but the autocomplete datatype in the backend does not see the value and overwrites it on next save.
Hi Ernst,
Is this the XPath AutoComplete, or the legacy one ?
The above should work if using the legacy one, and it's set to store it's data as CSV.
Hendy
Its the legacy one. Doesnt seem to do it for me. Im on Umbraco 6.0.3 using the old deprecated api calls. Maybe thats what I get for being lazy? ;) Thnx anyway!
My bad. Adding nodeId as described above does work. Adding a nodeName doesnt. #h5is
is working on a reply...
Write your reply to:
Upload image
Image will be uploaded when post is submitted
Add document to ucomponents Autocomplete via usercontrol?
Is this possible? Passing the id of a node like this:
Adds a value to umbraco.config but the autocomplete datatype in the backend does not see the value and overwrites it on next save.
Hi Ernst,
Is this the XPath AutoComplete, or the legacy one ?
The above should work if using the legacy one, and it's set to store it's data as CSV.
Hendy
Its the legacy one. Doesnt seem to do it for me. Im on Umbraco 6.0.3 using the old deprecated api calls. Maybe thats what I get for being lazy? ;) Thnx anyway!
My bad. Adding nodeId as described above does work. Adding a nodeName doesnt. #h5is
is working on a reply...