Quantcast
Channel: SmartClient Forums
Viewing all articles
Browse latest Browse all 4756

Enlarging Filterobject to be used on the handset

$
0
0
Hello,

We plan to use the FilterBuilder object as handset application on mobile phones. For this we need to make the controls bigger to be able to be touched by finger.

Our code is as below:

function advancedFilter(FaturaListesiDataDs, kriterler) {
return isc.FilterBuilder.create({
height: 60,
topOperatorAppearance: "radio",
operatorPickerWidth: 75,
fieldPickerWidth: 75,
valueItemWidth:75,
showEdges: true,
//autoDraw: false,
dataSource: FaturaListesiDataDs.FaturaDS(kriterler),
showResizeBar: true,
criteria: {
_constructor: "AdvancedCriteria", operator: "and", criteria: [{ fieldName: "FaturaTarihi", operator: "greaterOrEqual", value: "" },
{ fieldName: "FaturaTarihi", operator: "lessOrEqual", value: "" }]
}
});

My questions are:

When designing for the handset application:
1. we can arrange the filter fields on filter object by the width. But valueItemWidth cannnot be set.
2. We cannot set the height of the filtre objects.
3. Is there a better way to enlarge the controls?

Best Regards
Esra Akduman
Versiyon smartclient 10.0
All browsers

Attached Images
File Type: jpg Enlarging FilterObject for handset.jpg (20.8 KB)

Viewing all articles
Browse latest Browse all 4756

Trending Articles