Hi,
with Django forms you can specify widget:
class LoginForm(forms.Form):
email = forms.CharField(
max_length = 30,
widget = forms.TextInput(
attrs = {'class':'text required email', 'id':'email'}))
password = forms.CharField(
max_length = 20,
widget = forms.PasswordInput(
attrs = {'class':'text ...
I am looking for a google chat client that I can embed in my website so visitors can chat with me directly. I haven't found any widgets like the google voice widget in which a visitor is connected directly to you without authentication. The only authentication I would want would be their name and email address.
Are there any widgets o...
Hi everyone,
I've created a number of widgets that are loaded as tab panes in a tabcontainer. Everything seems to work well, except I'm getting different results when using my custom widgets vs. creating everything in markup (tab content isn't taking up the whole page, 3rd party widgets aren't behaving properly, etc). This all leads me ...
For a variety of reasons, we're in the market for a cross-platform widget library. We're in the somewhat rare situation of not being tied to a particular programming language at this stage, so we get to look at libraries in a language-independent way.
Something we haven't been able to find is any data on market share of various librari...
hi,
i am using gwt to build my web site.
i would like to create a dropdown/listbox that contains no just text but also images, meaning that in the drop down there will be a what ever widget that ill create.
please advise
jaimon
...
Is it possible to convert a standard PHP based widget integrated with google maps API to a flash based widget? If yes, what are the ways?
...
Hi everybody.
I can not manage to have both i18n and tinyMCE widgets on internationalised fields.
If i put both, i will have internationalised fields for all my objects' fields, but no tinyMCE for them. I will have as much tinyMCE fields as i declared, but thew will not correspond to any language, they will be at the beginning or at the...
Hello,
I'm working on a lightbox style javascript plugin that pops up an image with next+previous buttons and a close button. I want to make it so that tabbing will only jump between the three presented buttons in the popup, not go through the three of them and then continue on the page content in the background.
Does anyone have any s...
My form field looks something like the following:
class FooForm(ModelForm):
somefield = models.CharField(
widget=forms.TextInput(attrs={'readonly':'readonly'})
)
class Meta:
model = Foo
Geting an error like the following with the code above: init() got an unexpected keyword argument 'widget'
I thought this is a...
I have a little widget which has quite a few customizable options. The widget is currently retrieved by a combination of javascript creating an iframe, and the iframe contains a bunch of javascript and jquery to build the page.
I can't add the complexity of conflicting javascript to the embed page, that is why i build an iframe, and ru...
hi,
i have few listbox widget, and i need to change the color of the arrow that opens the drop down list, and its surrounding box
how can i do it with the CSS?
is there an attribute list for all styles that can be applied on a widget?
Me
...
Could you propose open source, but commercial-friendly licensed (non-GPL) Javascript trees?
Please take into account that I need it for an existing Web application, so I am not sure whether other tools such as GWT or Echo would be appropriate.
I have already checked:
Dojo Tree
jQuery.Dynatree.js (JQuery)
JSTree (JQuery)
Mif.Tree (Moo...
I'm trying to put a new customized widget when the user press a button, using layout->addWidget(mywidget) where layout is a QVBoxLayout, but it's not working.
Tried:
- Passing this to the widget constructor as parent
- Passing the layout pointer as the parent
- Passing 0 as the parent
- The scrollArea pointer where the customized widge...
hi,
sorry for stupid question i am new to UI in general and gwt specifically
how can i control the tabs width
when using tabs panel in gwt? how
how can i know what css attributes
each widget has? i would like to
control the tabs color (selected and
not selected) and remove the tabs frame
thanks
...
I have seen several WordPress plug-ins for adding a "quote of the day" feature (or something similar) to your blog.
How do you create a customized one? I'm looking for something that will pull a daily entry from a list/database of my creation.
I apologize if my question is not detailed enough. Still a newbie with WordPress.
PART 2: Th...
I'm searching for a balloon-like widget for a GWT application, e.g. like the balloons Google Maps shows when displaying search results on a map.
When searching I only found Javascript widgets, but aren't there any widgets to use in GWT?
...
Hey there,
I'm working on a widget that will change the data it is displaying when a user taps on it. This would normally be easy to deal with, but my app widget provider is handling multiple widget instances that have different sets of data. With that being said, when a user taps on the widget, a PendingIntent is launched that calls th...
Hi.
I would like to make an ImageBrowser into my ImageViewer application.
So i thought an Widget overlay is an nice looking!
http://bernetblog.ch/wp-content/uploads/2008/03/widget.png is a nice looking.
but i don't know what is the best way to do such a thing.
How should i start ?
Maybe , a Canvas with alpha?
...
Hi there,
I've built a widget for OS X. It's written in Flash (bah, I know) and is injected into the widget canvas via SWFObject. The problem I'm having is that the Flash has a scroll function and the entire widget is grabable. How can I disable the grab functionality on certain parts of the widget and enable it for others?
I could alw...
Hi,
I just created a new widget by following a tutorial. I created a zip containing all files and renamed it to HelloWorld.wgt instead of HelloWorld.zip. I sent it to my samsung star/corby via data cable, but when I try to open the wgt file on my phone it says it can't open it, because it doesn't know the filetype. Is there a way to ins...