Hello,
I am trying to achieve something like the following but dont know whats wrong:
$.a = function() {
// some logic here
function abc(id) {
alert('test'+id);
}
}
$.a.abc('1');
I tried using the return function, but that doesnt seem to work either. Can someone please help.
Thank you for your time.
...
In Eclipse you can publish an extension point for downstream plugins to use.
When looping through the extensions for your point, as returned from the registry, is there a way to know/control the order they are returned.
How does eclipse find extensions, by order of files on disk?, name?
Update:
Someone asked why I would want to do this...
I'm building a church site that wants audio/video functionality.
What are your recommendations for an audio/video (can be separate) plugin? Needs to be very simple and integrate w/ EE as well as possible.
...
I've created a plugin doing some crud operations. In the web-app/images/icons folder I've got some icons representing various operations.
The following works great when running the plugin, but as soon as the plugin is installed in an application it stops working. It does not look like images from plugins are made available in the appli...
Hello,
Any one knows how can I make an Installer Common for the both office 2003 / 2007 plugin.
Installer should automatically select the appropriate Office Version (2003/2007), depends on which Office is installed.
I'm using VS2008, Extensibility - Shared Addin, for my Office Plugin. I have 2 Projects for 2003 and 2007, I want to make...
Brief Background:
My team has decided to use Microsoft's Managed Extensibility Framework (MEF) in order to provide an extensible model for adding new "providers" into our system.
This allows for us to plug in new 3rd party providers with relative ease.
Note: I was impressed by how simple MEF was to use and get up and running with.
My...
The nutch wiki has instructions on how to build nutch plugins, but only if you download the entire nutch source tree and put it in there, below $NUTCH_HOME/src/plugin. I don't want my source code mixed in their subversion tree, I want it in my src/com/xcski git repository. And I shouldn't have to download the source code for nutch just...
I like to use the SQL Tools in VS but I would like to have some intellisense for SQL, with sql manager I can get the Redgate SQL prompt but I would like to stay in VS, any Ideas?
Edit:
is there anything other then Redgate SQL prompt? that dose error checking like the way R# or dev express?
...
I'm interested in using a CMS instead of building a website from scratch. However, as a software engineer, if I'm going to be using open-source tools, I'm going to use them to their full extent, including the possibility of developing plugins/extensions/modules and maybe even contributing core code.
I'm currently looking at WordPress, D...
Following on from Jeff and Joel's discussions of plugin architectures.
Plugins in C++ (using runtime loaded dlls) are always a bit of a pain. You have to do a lot of ground work to enable them and then the plugin must also be written in C++, often even with the same compiler. COM objects and ActiveX solved some of these problems but int...
I am using the jquery form validation plugin to validate a long form. If a user submits the form with multiple fields that fail to validate, the cursor returns to the last field that did not pass. Instead, I want the cursor to be returned to the first field in the form that failed validation. Rather than modifying the plugin, I would lik...
Here is a question and background: I wanna use some external resources which distributed with XPI file in "plugins" folder. How can I detect where the folder is and load all these resources? I am in Vista and expect the solution works cross-platform.
...
I'm developing a plugin for Redmine.
How do I create a migration for it?
If I use script/generate plugin_migration, it'll be placed in /db/migrate folder, but I need it to be in my plugin's folder.
...
Does Flash use the browser cache when plugin content downloads files?
...
Given a Category (parent) and Product (child) tables in a database, say, I want to create Smarty Block Plugins that would enable template snippets similar to this:
{products category="Some Category"}
<h1>{products_name}</h2>
<p>{products_description}</p>
{/products}
I believe plugins like these would help avoid repeated chunks...
Like the question says the pngfix jquery plugin is GPL'd. I'd like to use it in a commercial way without having to comply with the GPL.
Being that there is no way to do so, I was wondering if there is another alternative to this library that I could use?
The plugin found here does seem to have limitations that affect my usage.
...
I have experienced problems since moving to the latest version of one of the IDEA plugins I use. I can download ZIP files of previous versions of the plugin from their website but I can't find any installation instructions for how to manually install a specific version of a plugin.
Anyone know how to do this?
...
I am writing an application that supports plugins. Plugin creator is responsible for providing some instances to the plugins it creates. There are two alternatives for providing these instances.
Option 1: Plugin writer writes her plugins like this:
public interface IGiveMe1 { INeed1 Need1 { set; } }
public interface IGiveMe2 { INeed2...
How do I replace the selected section of code (selected by mouse selection) in eclipse editor and replace it with the same code only in /* selected text / through a plugin?
I have already designed a plugin to create a button in the toolbar. When I click it, I need it to change the text that is selected and put it into / */
...
About to start working on a social networking site, but I'd like to incorporate OpenID logins.
The JanRain plugin is packed in Debian, but seems flakey, and my brief interactions with it so far have not gone well. There's a bunch of others out there, but which ones are people using in production?
...