Search Type: Posts; User: nilez
Search: Search took 0.04 seconds.
-
5 Oct 2010 9:05 PM
Jump to post Thread: Dynamic tpl for DataView by nilez
- Replies
- 4
- Views
- 1,024
Ok, now I have implemented search panel by changing SearchField.js like this
Ext.ns('Ext.ux.form');
Ext.ux.form.SearchField = function(config, dataView) {
// call parent... -
5 Oct 2010 8:25 PM
Jump to post Thread: Dynamic tpl for DataView by nilez
- Replies
- 4
- Views
- 1,024
Thank Condor.
And how can i implement dynamic tpl for dataview. Can you show any example?
Thank. -
5 Oct 2010 2:54 AM
Jump to post Thread: Dynamic tpl for DataView by nilez
- Replies
- 4
- Views
- 1,024
I have created search panel like following example (like forum-search example)
Ext.onReady(function(){
var ds = new Ext.data.Store({
url: 'search.php',
reader: new... -
22 Sep 2010 8:47 PM
- Replies
- 0
- Views
- 911
I have problem about using ExtJs with Servlet.
I have created Login page.
Expected result:
When submit button was clicked, servlet page will be executed.
If login success, redirect to... -
16 Sep 2010 11:49 PM
Jump to post Thread: TabPanel with collapsible by nilez
- Replies
- 1
- Views
- 512
Hi all,
I want to create the TabPanel like this:
22450
That the original result of TabPanel with collapsible is
22451
Results 1 to 5 of 5
