Search Type: Posts; User: cadudecastroalves
Search: Search took 0.01 seconds.
-
21 Feb 2008 9:26 AM
Jump to post Thread: Grid - Database - PHP by cadudecastroalves
- Replies
- 12
- Views
- 2,334
If you're using PHP 5, JSON are native. If not, you have to use a JSON class. I attached the script to help you. It's so easy to use. Download it and rename to Services_Json.php.
-
21 Feb 2008 5:31 AM
- Replies
- 3
- Views
- 1,060
I know about that. But, how can I do it? I've been figured out about this for 2 days, but I didn't find anything. The multiselect documentation is a little confused.
-
21 Feb 2008 5:26 AM
- Replies
- 12
- Views
- 1,963
Yes. I'm using a local server. It runs very well. So, yesterday, I installed the version based on Adobe AIR. It works so good. Better than the version on the web. I suggest to all Ext users.
Ps.:... -
20 Feb 2008 11:45 AM
- Replies
- 3
- Views
- 1,060
Hi people,
How could I load data into Multiselect according a combobox selected option? In my case, I've a combo listing domains and after select a domain, I want to load all users from this... -
20 Feb 2008 10:27 AM
- Replies
- 3
- Views
- 933
I did something similar to display a status image instead of text (ie. a tick icon as active status and a cross as inactive). You can do this using a renderer.
See the following code to see how my... -
20 Feb 2008 10:18 AM
- Replies
- 12
- Views
- 1,963
I access the docs into my local server (I use XAMPP) and it works very well.
-
20 Feb 2008 9:58 AM
- Replies
- 11
- Views
- 8,971
I know. What I want to know is what he want to do. For example, if he want to get those data, he could export to a CSV file. It's easier if he tell us what he really want to do.
-
20 Feb 2008 9:32 AM
- Replies
- 11
- Views
- 8,971
What do you really want to do? Why do you want to copy and paste the text?
-
20 Feb 2008 9:25 AM
Jump to post Thread: Invalid Icon in tab by cadudecastroalves
- Replies
- 3
- Views
- 880
Try using setIconClass() and getActiveTab() methods.
-
18 Feb 2008 9:40 AM
- Replies
- 2
- Views
- 726
I'm using a global JS file containing the core of my app and created a JS file for each module of my app and call them in global JS file. I don't know if it's the better solution, but it works very...
-
18 Feb 2008 9:35 AM
Jump to post Thread: System Administration by cadudecastroalves
- Replies
- 1
- Views
- 772
Que isso? Portugl
-
14 Feb 2008 10:52 AM
- Replies
- 2
- Views
- 1,389
I'm trying to do it, but without success. I'm using isDirty() function to check if the fields were changed. However, the script is submitting all form fields. I discuss about it at this thread:...
-
14 Feb 2008 9:43 AM
- Replies
- 2
- Views
- 1,389
Does anybody know how to submit only modified form fields? I've been trying to do it for 3 days and I didn't achieve yet. Please! :((
-
14 Feb 2008 8:56 AM
- Replies
- 12
- Views
- 2,648
[PHP]var form = insertDomainsForm.getForm();
var dirty = insertDomainsForm.getForm().isDirty();
if(dirty) {
//alert('Os dados foram alterados!');
var params = new Object();... -
13 Feb 2008 12:11 PM
- Replies
- 12
- Views
- 2,648
madrabaz or somebody, I need to created the params variable as an object. According the solution found by madrabaz, it didn't. Does anybody have a suggestion?
Thanks! -
13 Feb 2008 10:30 AM
- Replies
- 12
- Views
- 2,648
OMFG!!! Thanks man!!! It works right now!!! =D>
OMG!!! I've been trying to make it works for 2 days!!!
for(i = 0; i < 1000000; i++) {
echo "Thanks in advance!!!<br />";
} -
13 Feb 2008 9:46 AM
- Replies
- 12
- Views
- 2,648
I already tried this way, but it didn't work. I must pass the parameters using JSON format, like the following:
{
"param_1": "value",
"param_2": "value",
"param_3": "value",
"param_N":... -
13 Feb 2008 8:29 AM
- Replies
- 12
- Views
- 2,648
I've been tried using a loop like form.items.each() and isDirty() function to check which fields were modified. I put those fields in an array and after I call Ext.encode(params), where params are...
-
12 Feb 2008 8:11 AM
- Replies
- 1
- Views
- 795
Hi people.
I'm using isDirty() method to check if a form was (or wasn't) changed. Now, I need to know which fields were changed to submit these data. How can I get them?
Thanks in advance! -
11 Feb 2008 10:59 AM
- Replies
- 0
- Views
- 641
Hello people.
I need some explanation about creating and inserting records in stores and how it works with inserting and updating the data in the database.
I know how to create and insert them.... -
11 Feb 2008 10:20 AM
- Replies
- 3
- Views
- 901
You must use column layout. Check Form 3 Example source code here.
-
11 Feb 2008 9:59 AM
- Replies
- 12
- Views
- 2,648
Hi people.
I have a form and I'd like to update some data information. I load the data into the form and make some changes. How can I check which fields was modified (comparing with the loaded... -
11 Feb 2008 9:53 AM
- Replies
- 3
- Views
- 1,200
listeners: {
rowdblclick: function() {}, // event for row double click
rowclick: function() {} // event for row click
}
This is a GridPanel property. GridPanel doesn't have an event to... -
8 Feb 2008 10:55 AM
- Replies
- 273
- Views
- 142,257
Hello.
I'm trying to populate a multiselect with the JSON data retrieved from the server according a selected combobox option. How can I do it?
Thanks in advance. -
8 Feb 2008 10:21 AM
- Replies
- 0
- Views
- 593
Hi people.
I need to populate a multiselect according the selected combobox option. How can I populate the multiselect if it doesn't have a method to do it? I'm getting the data using a JSON...
Results 1 to 25 of 98
