Re: (no subject)
"Christian Boulanger (Bibliograph Development)" <[email protected]> Wed, 16 Feb 2005 13:41:24 +0100
| Newsgroups | gmane.comp.windows.devel.netwindows |
|---|---|
| Message-ID | <[email protected]> |
Hi Chris,
tabbed_pane_widget.js, line 644 (from CVS):
function NW_WIDGET_INLINE_FACTORY_tabbed_pane(domNode){
var props = __util__.parseNWComponents(domNode, ['width', 'height',
'url', 'name', 'content', 'autoSwitch', 'parseContent']);
You might need to get the CVS version in order to have the tab content
parsed for inline constructors. But let's wait for Alex to answer. He
is also doing the documentation by himself and will be happy about
contributors ;-)
Best,
Christian
Chris Bentley wrote:
>Hi Christian,
>
>What you descibe makes perfect sence,
>however I cant find such an attribute
>in all the netwndows files, any
>other Idea's
>
>All the best
>Chris
>
>
>
>>Hi Chris,
>>
>>as far as I remember, you need to specify a "parseContent='true'"
>>attribute for this to work. Alex?
>>
>>Christian
>>
>>Chris Bentley wrote:
>>
>>
>>
>>>Hi Guy's
>>>
>>>I am totally impressed with netwindows
>>>especially the event mechanism. I am
>>>taking my first few steps and learning the
>>>structure, but I got stumpped by a simple
>>>example: including a button into a tabbed pane.
>>>The tabbed pane works fine, but the button not.
>>>
>>><div nwType="tabbed_pane" width="600" height="600">
>>> <div nwType="tab" name="Page Objects">
>>> <div nwProperty="content">
>>> <!-- And now for the button -->
>>> <div nwType="button" id="foo">
>>> <div
>>>nwProperty="text">change button state</div>
>>> <div
>>>nwProperty="image">cycle.gif</div>
>>> <div
>>>nwProperty="width">150</div>
>>> <div
>>>nwProperty="height">15</div>
>>> <div
>>>nwProperty="doOnClick"></div>
>>> <div
>>>nwProperty="styleList">left: 10px; top: 10px;</div>
>>> </div>
>>> </div>
>>> </div>
>>> </div>
>>>
>>>
>>>- Additionally, I would like to help with
>>>documentation and help build a set of examples
>>>for netwindows.
>>>
>>>
>>>
>>>
>>>
>>>--------------------------------------------------------------------
>>>
>>>
>----
>
>
>>>change button state
>>>cycle.gif
>>>150
>>>15
>>>left: 10px; top: 10px;
>>>
>>>---------------------------------------------------------------------
>>>
>>>
>---
>
>
>>>_______________________________________________
>>>The netWindows developers list: [email protected]
>>>http://netwindows.org/mailman/listinfo/devel_netwindows.org
>>>
>>>
>>>
>>>
>>--
>>Bibliograph: Open Source On-line Reference Management
>>
>>http://www.bibliograph.org
>>Email: [email protected]
>>
>>
>>
>>
>>
>
>
>
--
Bibliograph: Open Source On-line Reference Management
http://www.bibliograph.org
Email: [email protected]
_______________________________________________
The netWindows developers list: [email protected]
http://netwindows.org/mailman/listinfo/devel_netwindows.org