Search Type: Posts; User: angelrand
Search: Search took 0.02 seconds.
-
24 Aug 2010 3:43 AM
Jump to post Thread: Ext.Direct .NET Router by angelrand
- Replies
- 238
- Views
- 93,040
FT, problem resolved!
but i donnt know why
at the beginning i used ext-base-debug.js
now i change to ext-base.js
so it run well
evan
what difference with these two file?
i thought -debug can... -
23 Aug 2010 9:14 PM
Jump to post Thread: Ext.Direct .NET Router by angelrand
- Replies
- 238
- Views
- 93,040
when use router i implement a class extend DirectHandler like
public class GridHandler : DirectHandler
and follow two method:
public override string ProviderName
{
get... -
9 Aug 2010 7:54 PM
- Replies
- 8
- Views
- 2,904
i got it
use Ext.Ajax.request replace JSONP to implement
js code
Ext.ux.ComboExample = {
init: function() {
this.photoTemplate = new Ext.Template([
'<a... -
9 Aug 2010 2:38 PM
- Replies
- 8
- Views
- 2,904
sorry everyone
class jsonp aim to load remote domain Script and get data back
i just find the data that return
code before is wrong -
9 Aug 2010 7:19 AM
- Replies
- 8
- Views
- 2,904
still question with code like this:
Ext.ux.JSONP.request('../webcontrols/tree/ProRecGet.ashx', {
//callbackKey: 'jsoncallback',
params: {
... -
27 Jul 2010 6:20 AM
Jump to post Thread: Ext.Direct .NET Router by angelrand
- Replies
- 238
- Views
- 93,040
it's so wonderful work
thanks evan -
26 Jul 2010 11:41 PM
- Replies
- 8
- Views
- 2,904
yes thanks
i got it
but i dont want insert comment in my aspx page
'cause i think this will make aspx page load slow? is that true?
i want an ajax method to load data,when loaded then add... -
26 Jul 2010 8:07 PM
- Replies
- 8
- Views
- 2,904
code as follow fetch comment from api.flickr.com with jsonp
Ext.ux.JSONP.request('http://api.flickr.com/services/feeds/photos_public.gne', {
callbackKey: 'jsoncallback',
params: {
format: 'json',... -
25 Jul 2010 11:50 PM
- Replies
- 8
- Views
- 2,904
thanks for help
i have less exprience of javascript and should learn more -
23 Jul 2010 10:51 PM
- Replies
- 8
- Views
- 2,904
i like this example
but i donnt want a menu to control photo data load
as a carousel of a main page it should load data auto
so i modified the html example sicript code as follow:
... -
23 Jul 2010 5:13 PM
Jump to post Thread: Carousel and Store by angelrand
- Replies
- 3
- Views
- 2,390
How to implement this?
i set up a carousel and a jsonstore to get things like{url:"",title:""},and i init a template
but it doesn't work
i'm newbie, and just can use these items seperetely
can i...
Results 1 to 11 of 11
