Displaying 13 results from an estimated 13 matches for "execcommand".
Did you mean:
exec_command
2005 Dec 23
3
RE: Scriptaculous and Prototype based Rich TextEditor
...is:
<textarea name="text-foo" id="text-foo"><%= @item.text
%></textarea>
When my form appears on the page with the magic of Ajax (this is in a
method in a wrapper object I use):
this.editor_id = ''mce_editor_'' + tinyMCE.idCounter;
tinyMCE.execCommand("mceAddControl", true, edit_element.id);
In my ''Save'' function - the tinyMCE onsubmit code is hooked in too late
for my purposes:
tinyMCE.triggerSave();
The important part - when my Ajax form gets removed from the page:
tinyMCE.execCommand("mceRemoveControl&qu...
2006 Jan 28
7
cool components in the form
Is there a easy way to add components like:
http://www.dynarch.com/projects/calendar/
http://tinymce.moxiecode.com/example_full.php?example=true
in ruby forms, by plugins or whatever?
Thank you
Rodrigo Dom?nguez
Iplan Networs
www.iplan.com.ar <http://www.iplan.com.ar/> ? rdominguez@iplan.com.ar
www.rorra.com.ar <http://www.rorra.com.ar/> ? rorra@rorra.com.ar
--------------
2008 Jun 04
1
3.0.3pre2 compile warnings on interix
...ogramPath':
popt/findme.c:28: warning: implicit declaration of function `alloca'
gcc -std=gnu99 -I. -I. -D_ALL_SOURCE -DHAVE_CONFIG_H -Wall -W -I./popt -Wno-unused-parameter -D_ALL_SOURCE -I/usr/local/include -I/usr/local/ssl/include
-c popt/popt.c -o popt/popt.o
popt/popt.c: In function `execCommand':
popt/popt.c:409: warning: implicit declaration of function `alloca'
gcc -std=gnu99 -I. -I. -D_ALL_SOURCE -DHAVE_CONFIG_H -Wall -W -I./popt -Wno-unused-parameter -D_ALL_SOURCE -I/usr/local/include -I/usr/local/ssl/include
-c popt/poptconfig.c -o popt/poptconfig.o
popt/poptconfig.c: In fu...
2006 Dec 19
3
IE and Draggable: Image loading
Hi everyone,
I''m having a problem dragging a div with a background image using the
draggable library. What happens is that, while I''m dragging it, it
reloads the background image with each pixel movement (like an ''onDrag''
function). Has anyone else experienced this, or does anyone know how
to fix it? Thanks in advance.
Cheers,
Justin
2014 Dec 12
0
Wine release 1.7.33
...Calculate texture levels in d3d9 instead of wined3d.
d3d10core: Calculate the texture level count before texture creation.
Iv?n Matellanes (1):
msvcrt: Call the _nolock variant when the file is already locked.
Jacek Caban (12):
mshtml: Added "indent" command support to execCommand.
mshtml: Added support for flag 2 in getAttribute.
mshtml: Allow setting fontWeight to empty string.
mshtml: Mark mousedown event as cancelable.
mshtml: Added support for copy, paste and cut commands in execCommand.
mshtml: Added support for IDM_PASTE command in browse...
2014 Nov 28
0
Wine release 1.7.32
...can Birds" fails to launch (Unimplemented function ole2disp.dll.VARIANTCHANGETYPE)
14666 [wined3d] volume/volumetex locking implementation
17152 Blizzard Updater complains about javascript being turned off
17922 LiveZilla 3.x/4.x (.NET 2.0 app) aborts due to unimplemented HTMLDocument_execCommand
18148 Demise: dialog box won't react to click
18894 Dungeon Keeper 2 game (animation) speed is too fast
20520 SolidWorks 2007 crashes after splash screen
21222 Mall Tycoon 2 Deluxe: Page fault on write access
23236 WWIIOnline: joystick not responding
23375 Flux Family Secrets:...
2015 Feb 20
0
Wine release 1.7.37
...op 2.1.x (.NET 4.0 app) installer crashes
38072 GEOVIA Surpac 6.x (geology and mine planning software) installer reports 'WshShell3_Run failed to convert wait argument'
38077 Livezilla Client 3.2.x (.NET 2.0 app) fails on startup with 'DRAGDROP_E_NOTREGISTERED' (HtmlDocument2::ExecCommand IDM_FONTSIZE support missing)
38080 NeoImaging could crash after start without native winhttp
38088 APB Reloaded Launcher (.NET 2.0 app) crashes on startup (some CIM data type to OLE variant (VT) mappings are incorrect)
----------------------------------------------------------------
Change...
2004 May 27
0
compiling on HP-UX
...opt/findme.c: In function `findProgramPath':
popt/findme.c:25: warning: implicit declaration of function `alloca'
In file included from popt/system.h:82,
from popt/popt.c:11:
popt/popt.h:377: warning: type qualifiers ignored on function return type
popt/popt.c: In function `execCommand':
popt/popt.c:369: warning: implicit declaration of function `alloca'
popt/popt.c: At top level:
popt/popt.c:1132: warning: type qualifiers ignored on function return type
In file included from popt/system.h:82,
from popt/poptconfig.c:9:
popt/popt.h:377: warning: type quali...
2005 Sep 14
1
RSYNC "make" problems with HP UX 11.0 & GCC 3.3.2
...HAVE_CONFIG_H -Wall -W -I./popt -c popt/findme.c
-o popt/findme.o
popt/findme.c: In function `findProgramPath':
popt/findme.c:25: warning: implicit declaration of function `alloca'
gcc -I. -I. -g -O2 -DHAVE_CONFIG_H -Wall -W -I./popt -c popt/popt.c -o
popt/popt.o
popt/popt.c: In function `execCommand':
popt/popt.c:369: warning: implicit declaration of function `alloca'
gcc -I. -I. -g -O2 -DHAVE_CONFIG_H -Wall -W -I./popt -c
popt/poptconfig.c -o popt/poptconfig.o
popt/poptconfig.c: In function `configLine':
popt/poptconfig.c:21: warning: implicit declaration of function `alloca'...
2006 Apr 14
1
Script.aculo.us Effects with callbacks not working as it should.
...this we would not be able to drag anything in,
// unless you first set the cursor in the editor.
// I guess it doesn''t work directly because of the javascript effects,
// that''s why we call this function as a callback from a effect.
tinyMCE.execCommand(''mceFocus'', $(editor_id));
}
function save_content(content_id) {
var content_elements = set_content_and_editor_variables(content_id);
// First disable the buttons and show that we''re busy.
$(content_elements[''edi...
2016 May 03
9
[Bug 95251] New: vdpau decoder capabilities: not supported
https://bugs.freedesktop.org/show_bug.cgi?id=95251
Bug ID: 95251
Summary: vdpau decoder capabilities: not supported
Product: Mesa
Version: 11.2
Hardware: Other
OS: All
Status: NEW
Severity: normal
Priority: medium
Component: Drivers/DRI/nouveau
Assignee: nouveau at
2009 Jul 16
2
[PATCH server] updated anyterm/ovirt integration
...) {
+ var version = get_anyterm_version();
+ if (version!="") {
+ version="-"+version;
+ }
+ var hostname=document.location.host;
+ return s.replace(/%v/g,version).replace(/%h/g,hostname);
+}
+
+
+// Copying
+
+function copy_ie_clipboard() {
+ try {
+ window.document.execCommand("copy",false,null);
+ } catch (err) {
+ return undefined;
+ }
+ return 1;
+}
+
+function copy_mozilla_clipboard() {
+ // Thanks to Simon Wissinger for this function.
+
+ try {
+ netscape.security.PrivilegeManager.enablePrivilege("UniversalXPConnect");
+ } catch (err)...
2010 May 02
2
samba4 make error - drsblobs.so
...nking bin/mergedobj/popt_samba.o
Compiling ../lib/popt/findme.c
Compiling ../lib/popt/popt.c
In file included from ../lib/popt/popt.c:19:
../lib/popt/poptint.h: In function ?_free?:
../lib/popt/poptint.h:21: warning: cast discards qualifiers from pointer target type
../lib/popt/popt.c: In function ?execCommand?:
../lib/popt/popt.c:449: warning: cast discards qualifiers from pointer target type
Compiling ../lib/popt/poptconfig.c
In file included from ../lib/popt/poptconfig.c:10:
../lib/popt/poptint.h: In function ?_free?:
../lib/popt/poptint.h:21: warning: cast discards qualifiers from pointer target type...