I've been trying to find information on "how to inherit the atlas runtime to provide additional functionality". For instance, I don't want to reinvent the wheel to write AutoComplete functionality, but I'd like to add a line of code to the behavior.
if (only 1 result returned) { call same code as the enter key event }
This would also mean that I'd need the script manager to reference something besides Atlas.js which I'm not sure how to do.
Yes, I could just edit the existing Atlas.js file, but if I can get this, it may open doors to more.
(April CTP)
hello.
well, you'll only be able to do that if the method you want to modify is "virtual". if i recal correctly, there's not much you can do in the autocompletebehavior, though i could be wrong...
i didn't get the scriptmanager question...can you give more details?
I know exactly what code I want added and where. Just not sure how to do it, preferably so that it doesn't require totally redoing it with the next ctp.
Ignore the script manager question, I've solved that part of my question.
No comments:
Post a Comment