I found setTabOrder in DwtDialogBase.
Can I set _tabIdOrder value to array of an ordered control everywhere?
Search found 13 matches
- Thu Dec 15, 2005 10:26 pm
- Forum: Developers
- Topic: Tab Order Manager...
- Replies: 4
- Views: 780
- Wed Dec 14, 2005 10:35 pm
- Forum: Developers
- Topic: Tab Order Manager...
- Replies: 4
- Views: 780
Tab Order Manager...
In AjaxTk when create view(form) for user input page.
- Wed Dec 14, 2005 3:24 am
- Forum: Developers
- Topic: Tab Order Manager...
- Replies: 4
- Views: 780
Tab Order Manager...
Help....
How can i setup tab order for control?
How can i setup tab order for control?
- Tue Nov 08, 2005 12:58 am
- Forum: Developers
- Topic: AjxUtil.xmlToJs can't handle namespaces
- Replies: 6
- Views: 1134
AjxUtil.xmlToJs can't handle namespaces
The main issue for me is the problem occurs only in IE.
- Mon Nov 07, 2005 2:37 am
- Forum: Developers
- Topic: AjxUtil.xmlToJs can't handle namespaces
- Replies: 6
- Views: 1134
AjxUtil.xmlToJs can't handle namespaces
This will not cause an error from CreateXmlFromString
But error occurred in _check function.
the doc will retrun with 2 childnodes...
one for
and another one for
_check function will check for only valid return is only one childnode for doc.
But error occurred in _check function.
the doc will retrun with 2 childnodes...
one for
and another one for
_check function will check for only valid return is only one childnode for doc.
- Sun Nov 06, 2005 9:48 pm
- Forum: Developers
- Topic: AjxUtil.xmlToJs can't handle namespaces
- Replies: 6
- Views: 1134
AjxUtil.xmlToJs can't handle namespaces
I created Web Services in Ms.Net and the result return as below: http://schemas.xmlsoap.org/soap/envelope/" xmlns:xsi=http://www.w3.org/2001/XMLSchema-instance">http://www.w3.org/2001/XMLSchema-instance" xmlns:xsd=http://www.w3.org/2001/XMLSchema"> http://www.profrtgroup.com/webs...
- Sat Oct 29, 2005 8:58 pm
- Forum: Developers
- Topic: HELP! DwtListView Header Problem...
- Replies: 7
- Views: 1438
HELP! DwtListView Header Problem...
I did it, i swear...
I use DOM Inspector to investigate it....
And OffsetWidth is about 3x of width all the times...
Ok... I will try to solve it again.... :rolleyes:
I use DOM Inspector to investigate it....
And OffsetWidth is about 3x of width all the times...
Ok... I will try to solve it again.... :rolleyes:
- Wed Oct 26, 2005 8:16 pm
- Forum: Developers
- Topic: HELP! DwtListView Header Problem...
- Replies: 7
- Views: 1438
HELP! DwtListView Header Problem...
Sorry, I forgot to tell you, I did not fixed the width of listview/table.
In DOM Inspector tool, it shows 100% width.
In DOM Inspector tool, it shows 100% width.
- Wed Oct 26, 2005 8:12 pm
- Forum: Developers
- Topic: HELP! DwtListView Header Problem...
- Replies: 7
- Views: 1438
HELP! DwtListView Header Problem...
First time, all column width is enter by using value (30, 50 and 100).
And I changed it later by using defined in fgMasterFile.DEFAULTWIDTH[xxx].
Both did not work for me.
I try to use firefox Dom Inspector tool to investigate...
it show TD width = 30 and DIV width = 30px.... :confused:
And I changed it later by using defined in fgMasterFile.DEFAULTWIDTH[xxx].
Both did not work for me.
I try to use firefox Dom Inspector tool to investigate...
it show TD width = 30 and DIV width = 30px.... :confused:
- Wed Oct 26, 2005 4:17 am
- Forum: Developers
- Topic: HELP! DwtListView Header Problem...
- Replies: 7
- Views: 1438
HELP! DwtListView Header Problem...
Yes!!! I use code in ZimbraWebmail.... By overloading ZmListView (Remove some unnecessary code for me) But not override CreateHTMLHeader function as belowfunction fgMasterFileListView(parent, className, posStyle, view, type, headerList, dropTgt) { if (arguments.length == 0) return; if (!headerList) ...