Backbase Client Framework 4.x

Attribute to template link

Hi,
I'm trying to make a widget that replaces an element of the template with it's value. I'm going insane trying to select the element with XPath. And inspecting the accordion element in btl for the label property I still don't get how to do it.

I've got something like this:
I've tried every XPath expression I could think of, but I get null everytime. The only thing that works is //*

"//span[@name='name']" doesn't work
"//span[0]" doesn't work

      <d:attribute name="name">
        <d:mapper type="text/javascript">
          <![CDATA[

Changing calender min / max date

I'm trying to change the min and max date for the calendar on the fly with setAttribute or setProperty. This doesn't seem to work. The min / max date will not get updated, while setting them as attributes in the xml tag of the calendar will work.

Is there a way to work around this?

solution needed for adding and deleting treeleaf dynamically from the tree

I need a solution in my application where

There should be a possibility to add a new tree leaf dynamically in a tree widget when i select create new treeleaf from a context menu in a treebranch

It should be possible to delete a treeleaf from the treewidget dynamically

slider values is blank

Hello,

I'm trying to use the slider in a voting form.
My code is :

<form id="filmvoter" name="filmvoter" action="stem_film.php" method="post" bf:destination="id('movievoting')" mode="replaceChildren">
<b:slider showLabel="true" max="5" min="1" step="1" id="filmvoting" />
<input style="display:none" type="text" b:connect="id('filmvoting')" id="stem" name="stem" />
<input type="hidden" name="film" id="film" value="<? echo $film; ?>" />
<b:button id="filterSubmit" e:onclick="">
   <e:handler event="click" type="application/javascript">

creating more than one copy of the treeleaf in treewidget

In my application there is need for a solution where in the tree widget i should be able to create a clone of the tree leaf with different name like clone of treeleaf name.

This behaviour should happen on right clicking the tree widget a context menu should be displayed with copy as a option. when clicking the copy option a clone of a tree leaf should appear below the original treeleaf without affecting the other treeleaf nodes.

displaying the listgrid with column names selected dynamically from listbox

In my application there is need for particular feature in listgrid like

There will be a listbox containing the column names to be displayed in the listgrid.

when user selects particular columns from the listbox and click submit button the particular columns that was selected in the listbox to be displayed in the listgrid.

Both the lisbox and the listgrid will be in the same page

The data is fetched from the xml file for displaying it in a listgrid.

Please provide me solution for this

Possibility for creating a new treebranch and treeleaf dynamically in backbase

whether it is possible to create a new treeleaf/treebranch with a folder icon with a default name.Like creating a new folder in windows explorer,in that when we right click a partcular treebranch a context menu will appear showing create a new folder when we click that new folder will b created with new folder name as default name

Displaying icons at the end of the treeleaf of the tree widget dynamically

There should be possibility for displaying the possible icons at the end of the each treeleaf of the tree widget dynamically based on javascript code.
whether this feature is feasible in backbase.

TDL behavior not found in asynchronous widget loading

Short synopsis:

I have a loading script which forces the creation of container widgets and subsequently their children widgets. If I allow the loading of the children to happen asynchronously (which is how we want it to work) I get these two errors:

TDL: Behavior 'http://www.ns.com/2008/ns#insertInFront' was not found.

GENERIC: Javascript error: "TDL: Behavior 'http://www.ns.com/2008/ns#insertInFront' was not found.

If I force it to work synchronously everything works fine except for the fact that the page takes a long time to load this way.

Forms samples with 2 columns for data enter

How produce professional forms with 2 columns for data enter??? Some samples ??