I need a page that displays a short summery of text from other pages.
If anybody know how this is made please help
Thanks
Best Regards
Mats
Not sure what the circumstances are but a product such as News Articles might do what you want. Or possibly RSS
Efficion's Whats New module might do what you need. It would only work for modules that support the ISearchable interface.
Related
I am trying to build an app with reactjs and I need to query information from a webpage. I am having a hard time finding any info online to help with my problem.
Edit: I figured it out, I need to use Jquery Ajax calls
A big thank you to Chris for helping me through this problem
Without much information this is the best that comes to mind.
https://facebook.github.io/react/tips/initial-ajax.html
I was wondering if anyone who uses AngularJS with Oracle Apex could recommend some resources or tutorials on integrating the two please?
I have found a Dan McGhan presentation and a Codersaurus video but unfortunately these don't go into sufficient detail to start me off.
Any help or advice would be gratefully received. Thanks in advance.
A quick Google search gave me this Guide from Dan McGhan. In part 3 he shows a nice way how to embed the neccessary files, even that you will need to take care of the allow-file-access-from-files property.
My goal is creating help section like on http://www.telerik.com/help/aspnet-ajax/introduction.html with cascade menu folding on DotNetNuke. Should I use DNN standard tools or special module?
Thank you in advance.
There are a number of ways of doing this, however, the management overhead is really going to dictate how to do this.
One option would be to simply create individual pages for each section, then create a skin with the proper menu style to handle the left side process. Honestly, this is the "easiest" way of doing it. But if you have a lot of documentation this could take a while.
Another option would be to see if there is a way to re-purpose another module to help with this. News Articles from Ventrian with Categories could help, but you would need a fair bit of work to get the "Tree" style behavior to the left.
I would probably start by looking at the News Articles module from Ventrian for a project like that.
I have a GWT-FormPanel on my website, where people can upload pictures and answer some questions. It's working very well. The only problem is: I would like to provide a feedback to the user (for example: 0% to 100%) during the actual file process. But I have no idea how I can do that. I think that's a very common issue, that's why I would like to ask you guys if you know any tutorial or example that could help me to solve this problem.
I've already tried GWTUpload, but it does not do what I want: I have a submit button at the end of the FormPanel and the GWTUpload has it's own "SEND" button, which I don't want to have.
Thanks in advance for helping and merry Christmas!
From your problem statement you mean to say that you want to provide the progress bar while uploading file starting from 0 to 100%.
Take a look to this library: http://code.google.com/p/gwtupload/. This will may solve your problem.And it is also working well in all browsers and also on Linux,Mac.
Looks like GWTUpload allows to use custom submit button. Haven't tried it so maybe i'm wrong.
I want multiple admin routing..
One for Admin another for CLients.. is this possible. if not whats the best way to get around to this ?
thanks a lot.
I think you're looking for prefix routing. In Cake 1.2 it's a bit different, but still usable.
There is more info on related questions here on SO :)