Search Type: Posts; User: niveditaWebbee
Search: Search took 0.03 seconds.
-
8 Feb 2012 10:31 PM
Jump to post Thread: getValue is not method by niveditaWebbee
- Replies
- 6
- Views
- 484
var changePayment = function(oid) {
if (!Ext.is.Phone) { //Nivedita Jain
var oID=oid;
var Payment = new Ext.form.FormPanel({
... -
8 Feb 2012 10:30 PM
Jump to post Thread: getValue is not method by niveditaWebbee
- Replies
- 6
- Views
- 484
var changePayment = function(oid) {
if (!Ext.is.Phone) { //Nivedita Jain
var oID=oid;
var Payment = new Ext.form.FormPanel({
floating: true,
... -
8 Feb 2012 10:23 PM
- Replies
- 4
- Views
- 879
I tried ur code but didnt solved it.
My code is:
var changePayment = function(oid) {
if (!Ext.is.Phone) {
var oID=oid;
var Payment = new... -
8 Feb 2012 10:22 PM
- Replies
- 4
- Views
- 879
I tried ur code but didnt solved it.
My code is:
var changePayment = function(oid) {
if (!Ext.is.Phone) { //Nivedita Jain
var oID=oid;
var Payment = new... -
8 Feb 2012 8:25 PM
Jump to post Thread: getValue is not method by niveditaWebbee
- Replies
- 6
- Views
- 484
Thanx Sameer for helping me out but name of radiofields are already same:
{xtype: 'spacer' },
{xtype: 'radiofield',name: 'paid', label: 'Delivered',... -
8 Feb 2012 4:27 AM
Jump to post Thread: getValue is not method by niveditaWebbee
- Replies
- 6
- Views
- 484
Solved:I am creating an application in which I am using radiofield group name paid
but in this line
var updatePaymentStatus = Ext.getCmp('paid').getValue();
it is throwing error that "Cannot... -
5 Feb 2012 9:45 PM
- Replies
- 4
- Views
- 2,642
I tried this but its showing error "Uncaught TypeError: Cannot call method 'indexOf' of undefined"
-
2 Feb 2012 9:46 PM
- Replies
- 35
- Views
- 42,773
I have created a form with the help of Ext Designer and import the files in eclipse IDE for android application but it does not contain index.html
but i created that but it is still showing the... -
5 Jan 2012 11:09 PM
Jump to post Thread: Title of toolbar not shown by niveditaWebbee
- Replies
- 7
- Views
- 789
:))I have solved it.
actually changing the color of background was to be done in another css
not on the one i was using -
5 Jan 2012 10:57 PM
Jump to post Thread: Title of toolbar not shown by niveditaWebbee
- Replies
- 7
- Views
- 789
Crakin it just change layout of the button which was on right now clickable at all the titlebar bt title is not showing yet.
I am getting insane:-/ -
3 Jan 2012 11:35 PM
Jump to post Thread: Title of toolbar not shown by niveditaWebbee
- Replies
- 7
- Views
- 789
Semi -colon was needed but still i tried but i still had no effect :(
-
3 Jan 2012 11:27 PM
Jump to post Thread: Title of toolbar not shown by niveditaWebbee
- Replies
- 7
- Views
- 789
crakin thanx for reply
but it didnt helped.
This is the css code
.x-layout-box-inner{
display:-webkit-box;
position:relative;
color: #FFFFFF;
background-color: #6F4242 -
3 Jan 2012 11:01 PM
Jump to post Thread: Title of toolbar not shown by niveditaWebbee
- Replies
- 7
- Views
- 789
I have changes the background color in css file of toolbar.
After that the title of tool bar is not showing. Even i have tried of changing font color also
Results 1 to 13 of 13
