Search Type: Posts; User: Somani
Search: Search took 0.02 seconds.
-
17 Aug 2010 2:45 AM
Jump to post Thread: Ext.ux.form.HtmlEditor.Plugins by Somani
- Replies
- 144
- Views
- 54,237
Hi VinylFox
Works fine. All of your posted changes.
From hour to hour i like ext more and more ;)
Thank you!
Greez -
12 Aug 2010 1:19 PM
- Replies
- 1
- Views
- 607
Hi
If i set the autoWith parameter to true all plugins of my htmleditor are gone..
Maybe a Bug?
Greez -
11 Aug 2010 12:25 PM
Jump to post Thread: Ext.ux.form.HtmlEditor.Plugins by Somani
- Replies
- 144
- Views
- 54,237
I changed the following to seperate the icons (u where using the b.cmp component)
onRender: function ()
{
var midasCmdButton, tb = this.cmp.getToolbar(), btn;
... -
11 Aug 2010 11:51 AM
Jump to post Thread: Ext.ux.form.HtmlEditor.Plugins by Somani
- Replies
- 144
- Views
- 54,237
Hey
Great work! Works as inteded!
Does not Work with IE, but this is because of MS does not support those Type of Blockformatting..
Thanks for your help! -
11 Aug 2010 9:24 AM
Jump to post Thread: Ext.ux.form.HtmlEditor.Plugins by Somani
- Replies
- 144
- Views
- 54,237
Hi
I tried to Add some Buttons for Heading such as <h1> and so on.
i thought i can simply copy and edit the subscript/superscript section... but nothing happns when i click my new buttons...
... -
18 Jun 2010 11:20 PM
- Replies
- 19
- Views
- 2,647
Yeah i did use firebug when i solved the problem, but not from the beginnig -.- a mistake i would not commit again ^^
-
18 Jun 2010 7:55 AM
- Replies
- 19
- Views
- 2,647
God damn i'm so stupid -.- i included my header into the handler, so the returned code was more then the json-stuff... i didn't check the source in browser-output, only the human readable :D
-
18 Jun 2010 7:38 AM
- Replies
- 19
- Views
- 2,647
Hey
I've tried it with your Code and changed the root-property to 'records' - still the same error :( -
17 Jun 2010 1:19 PM
- Replies
- 19
- Views
- 2,647
Hey
I am not able to load data into my json-store with the designer.
Here's the Code:
AddressStore = Ext.extend(Ext.data.JsonStore, {
constructor: function(cfg) {
cfg = cfg... -
3 Jan 2010 2:06 PM
- Replies
- 1
- Views
- 728
omg! some curious searching terms in this forums gave me a solution:
xtype: 'treepanel',
lines: false,
loader: new Ext.tree.TreeLoader(),
... -
3 Jan 2010 1:50 PM
- Replies
- 1
- Views
- 728
Hi Community
I have a small script to update some div-content (update from a remote file). Lets see the Code:
xtype: 'treepanel',
lines: false,
loader:... -
28 Feb 2009 12:52 PM
- Replies
- 3
- Views
- 1,699
Hell Thanks!!
hiddenName instead of name ;) -
28 Feb 2009 12:39 PM
- Replies
- 3
- Views
- 1,699
Hello forum
After around 2h of troubleshooting i have no idea what happend :( I have the following combobox not working correctly.
Problem: the form is submitting the displayField value instead... -
21 Feb 2009 8:07 AM
- Replies
- 5
- Views
- 3,742
God damn! It's so simple:
Each time you click the '+' to see more of the tree there is a new call to the database to see more! ;) it's solved:
<?php
function get_tree($who,$ebene) {
... -
21 Feb 2009 7:16 AM
- Replies
- 5
- Views
- 3,742
Hello Community
I have the following entries in a mysql-table with i want to create a tree:
"id";"parent_id";"title";"desc";"created";"last_upd"
"1";"0";"test1";;"2009-02-21... -
20 Feb 2009 2:37 AM
Jump to post Thread: Nothing rendering by Somani
- Replies
- 8
- Views
- 1,252
Thanks for your Replys
The problem was a misspelled css-path :( shame on me -
19 Feb 2009 10:35 AM
Jump to post Thread: Nothing rendering by Somani
- Replies
- 8
- Views
- 1,252
Hello
I'm new with ExtJS but i really like it! ;)
I have created some Code using the Ext 2.0 GUI Builder but I'm not able to bring this to work :(
here's my little code:
<script... -
8 Jan 2009 11:53 AM
- Replies
- 1
- Views
- 621
Hm... ok solved myself...
I forgot "autoHeight: true," so the Fields where shown but hidden by a too small fieldset... -
8 Jan 2009 10:59 AM
- Replies
- 1
- Views
- 621
Hello Community
I'm currently adapting one of the samples from extjs.com for my needs.
This is my code so far:
[code]var incident_form = new Ext.Window({
layout:'fit',
width:800,
... -
21 Oct 2008 9:50 PM
Jump to post Thread: Adding Form to Tab while creating by Somani
- Replies
- 6
- Views
- 986
nothing is happening.
The Layout is rendering correctly, but if i press my button nothing happend. -
21 Oct 2008 9:43 AM
Jump to post Thread: Adding Form to Tab while creating by Somani
- Replies
- 6
- Views
- 986
Hm.. this doesn't work...
FormPanel:
var NewIncidentForm = Ext.extend(Ext.FormPanel,{
labelWidth: 75,
//url:'save-form.php',
frame:true,
... -
21 Oct 2008 8:34 AM
Jump to post Thread: Adding Form to Tab while creating by Somani
- Replies
- 6
- Views
- 986
Ha! simple but nice!
Edit: Hm... but now i can not add the same form multiple times... -
21 Oct 2008 7:44 AM
Jump to post Thread: Adding Form to Tab while creating by Somani
- Replies
- 6
- Views
- 986
Hi there
I have the following issue:
I'm trying to create a new Tab (works fine) with an form inside. It is no problem if i render the form to a <div> and include the div into the form.
But i... -
20 Oct 2008 10:32 PM
Jump to post Thread: Adding icons to accordion-items by Somani
- Replies
- 0
- Views
- 651
Hi there
I'm currently experimenting with ext.js - it is very nice, but i have now a problem, or probably just a lack of understanding how to..
Here is my code:
var viewport = new...
Results 1 to 24 of 24
